From wereapwhatwesow at gmail.com Mon Aug 14 17:13:57 2017 From: wereapwhatwesow at gmail.com (Steve Young) Date: Mon, 14 Aug 2017 16:13:57 -0500 Subject: [omaha] August Meeting @ Dospace Message-ID: Reminder that the meeting is 6:30 this Wednesday evening. Agenda includes reviewing a group project or open source project that we can contribute to, and more. Steve From wereapwhatwesow at gmail.com Sat Aug 19 08:53:44 2017 From: wereapwhatwesow at gmail.com (Steve Young) Date: Sat, 19 Aug 2017 07:53:44 -0500 Subject: [omaha] Eclipse Traffic and Meeting update Message-ID: FYI in case you are planning to travel to see the eclipse: http://www.dailymail.co.uk/news/article-4804526/Photos-eclipse-totality-path-traffic-roads.html The September meeting will be the beginning of a several month long project - building and hosting a django web site. The 2nd step will be to add a store, and possibly other web apps. This will be a collaborative project so everyone can contribute. More details coming... Steve Y From wes.turner at gmail.com Sat Aug 19 11:49:10 2017 From: wes.turner at gmail.com (Wes Turner) Date: Sat, 19 Aug 2017 10:49:10 -0500 Subject: [omaha] Eclipse Traffic and Meeting update In-Reply-To: References: Message-ID: On Saturday, August 19, 2017, Steve Young via Omaha wrote: > FYI in case you are planning to travel to see the eclipse: > > http://www.dailymail.co.uk/news/article-4804526/Photos- > eclipse-totality-path-traffic-roads.html https://en.wikipedia.org/wiki/Solar_eclipse_of_August_21,_2017 astropy.coordinates, astropy.time: http://docs.astropy.org/en/stable/coordinates/solarsystem.html http://docs.astropy.org/en/stable/time/ "An example of using Astropy to plan your Great American Eclipse timing" https://gist.github.com/eteq/f879c2fe69d75d1c5a9e007b0adce30d I'd be cool to figure out how to plot the path of the eclipse on a map. > The September meeting will be the beginning of a several month long project > - building and hosting a django web site. The 2nd step will be to add a > store, and possibly other web apps. This will be a collaborative project > so everyone can contribute. https://github.com/omahapython https://github.com/rosarior/awesome-django#resources https://docs.djangoproject.com/en/ https://docs.djangoproject.com/en/1.11/#first-steps (how I learned Django) https://github.com/westurner/djangotestapp/blob/develop/djangotestapp/testapp/tests.py (how I should've learned Django: tests first! No test coverage, no commit.) https://github.com/quobit/awesome-python-in-education/ From wes.turner at gmail.com Sat Aug 19 12:27:35 2017 From: wes.turner at gmail.com (Wes Turner) Date: Sat, 19 Aug 2017 11:27:35 -0500 Subject: [omaha] Eclipse Traffic and Meeting update In-Reply-To: References: Message-ID: On Saturday, August 19, 2017, Wes Turner wrote: > > > On Saturday, August 19, 2017, Steve Young via Omaha > wrote: > >> FYI in case you are planning to travel to see the eclipse: >> >> http://www.dailymail.co.uk/news/article-4804526/Photos-eclip >> se-totality-path-traffic-roads.html > > > https://en.wikipedia.org/wiki/Solar_eclipse_of_August_21,_2017 > > astropy.coordinates, astropy.time: > > http://docs.astropy.org/en/stable/coordinates/solarsystem.html > > http://docs.astropy.org/en/stable/time/ > > "An example of using Astropy to plan your Great American Eclipse timing" > https://gist.github.com/eteq/f879c2fe69d75d1c5a9e007b0adce30d > > I'd be cool to figure out how to plot the path of the eclipse on a map. > > >> The September meeting will be the beginning of a several month long >> project >> - building and hosting a django web site. The 2nd step will be to add a >> store, and possibly other web apps. > > USD requires significant digits: https://github.com/django-money/django-money https://github.com/limist/py-moneyed/blob/master/README.rst - You should not use floats for currency. > >> This will be a collaborative project >> so everyone can contribute. > > > https://github.com/omahapython > > https://github.com/rosarior/awesome-django#resources > > https://docs.djangoproject.com/en/ > > https://docs.djangoproject.com/en/1.11/#first-steps (how I learned Django) > > https://github.com/westurner/djangotestapp/blob/develop/ > djangotestapp/testapp/tests.py (how I should've learned Django: tests > first! No test coverage, no commit.) > https://westurner.github.io/wiki/awesome-python-testing#django - TBH, if I was to teach django today, I'd start with models, fixtures, and tests. django-debug-toolbar https://github.com/django-debug-toolbar/django-debug-toolbar - ddt is really helpful. It's not a replacement for tests. cookiecutter (project templates) https://github.com/pydanny/cookiecutter-django/ - Matches "Two Scoops of Django" - https://github.com/pydanny/cookiecutter-django/blob/master/README.rst#articles https://cookiecutter.readthedocs.io/en/latest/readme.html#cookiecutter-specials https://cookiecutter.readthedocs.io/en/latest/readme.html#python-django Starting with a cookiecutter saves hours of work. You can figure out how it all works later. > https://github.com/quobit/awesome-python-in-education/ > From Payne at mattpayne.org Sat Aug 19 18:04:26 2017 From: Payne at mattpayne.org (Matt Payne) Date: Sat, 19 Aug 2017 22:04:26 +0000 Subject: [omaha] Eclipse Traffic and Meeting update In-Reply-To: References: Message-ID: Steve Y writes: > The September meeting will be the beginning of a several month long project - building and hosting a django web site. This is VERY exciting! I hope to see you on 9/13/17. Wes -- Many thanks for the links. --Matt Payne On Sat, Aug 19, 2017 at 11:27 AM Wes Turner via Omaha wrote: > On Saturday, August 19, 2017, Wes Turner wrote: > > > > > > > On Saturday, August 19, 2017, Steve Young via Omaha > > wrote: > > > >> FYI in case you are planning to travel to see the eclipse: > >> > >> http://www.dailymail.co.uk/news/article-4804526/Photos-eclip > >> se-totality-path-traffic-roads.html > > > > > > https://en.wikipedia.org/wiki/Solar_eclipse_of_August_21,_2017 > > > > astropy.coordinates, astropy.time: > > > > http://docs.astropy.org/en/stable/coordinates/solarsystem.html > > > > http://docs.astropy.org/en/stable/time/ > > > > "An example of using Astropy to plan your Great American Eclipse timing" > > https://gist.github.com/eteq/f879c2fe69d75d1c5a9e007b0adce30d > > > > I'd be cool to figure out how to plot the path of the eclipse on a map. > > > > > >> The September meeting will be the beginning of a several month long > >> project > >> - building and hosting a django web site. The 2nd step will be to add a > >> store, and possibly other web apps. > > > > > USD requires significant digits: > https://github.com/django-money/django-money > > https://github.com/limist/py-moneyed/blob/master/README.rst > > - You should not use floats for currency. > > > > > >> This will be a collaborative project > >> so everyone can contribute. > > > > > > https://github.com/omahapython > > > > https://github.com/rosarior/awesome-django#resources > > > > https://docs.djangoproject.com/en/ > > > > https://docs.djangoproject.com/en/1.11/#first-steps (how I learned > Django) > > > > https://github.com/westurner/djangotestapp/blob/develop/ > > djangotestapp/testapp/tests.py (how I should've learned Django: tests > > first! No test coverage, no commit.) > > > > https://westurner.github.io/wiki/awesome-python-testing#django > > - TBH, if I was to teach django today, I'd start with models, fixtures, and > tests. > > django-debug-toolbar > > https://github.com/django-debug-toolbar/django-debug-toolbar > > - ddt is really helpful. It's not a replacement for tests. > > cookiecutter (project templates) > > https://github.com/pydanny/cookiecutter-django/ > > - Matches "Two Scoops of Django" > - > > https://github.com/pydanny/cookiecutter-django/blob/master/README.rst#articles > > > https://cookiecutter.readthedocs.io/en/latest/readme.html#cookiecutter-specials > > https://cookiecutter.readthedocs.io/en/latest/readme.html#python-django > > Starting with a cookiecutter saves hours of work. > You can figure out how it all works later. > > > > > https://github.com/quobit/awesome-python-in-education/ > > > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > https://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org >