September Meetup
Brain TanksWe are going to group up into teams and write the logic fortanks in a game, and then pit our code against each otherfor prizes! Bring as many people as you can.https://github.com/pysgf/BrainTankExamples of tank logic:https://github.com/...
August Meetup
Test All the Things with PytestPytest is a wonderful framework for performing all kinds of testing in python.From unit testing to complex functional tests, the pytest framework can help!We will cover an overview of the framework and how to use it,...
July Meetup
Show and TellThis months meeting will be a Show and Tell event. We love hearing about whatother people are working on and everyone loves showing their projects and work.Projects can be big or small and time limits on the show and tell are between5...
June Meetup
Beginning to "Think Like Computer Scientists" class w/Dan MailmanABOUT THE CLASS:This session is a good starter for Python or programming in general if you want to move on to other languages.In beginning to “think like computer scientists”, we’ll ...
May Meetup
DataclassesDataclasses are a new feature added to the Python Standard Library in Python 3.7 through PEP 557.Dataclasses are a code generator, creating boiler plate code for you, simplifying the writing of classes,particularly ones that are designe...
April Meetup
Question/Answer SessionCome join us for a casual discussion night.If you have any questions or want to talk about a specific topic feel free to bring it up. Need input on something you’reworking on? Let’s talk about it with the group. Want to lear...
March Meetup
Discussion NightCome join us for a casual discussion night. We don’t have an agenda so we’ll openly talk about anything the group brings up.If you have any questions or want to talk about a specific topic feel free to bring it up. Need input on so...
February Meetup
PyTennessee; Lightening Talks and DemosWe’ll do a review of PyTennessee and why it is such an awesome conference.Any one who wants to can also to a Lightening Talk or demo something if they wish.If you have a lightning talk or project demonstratio...
January Meetup
Webframeworks Continued: Django EditionLast meeting we took a look at Flask and some of what it could do. This monthwe will dive into Django.Django The web framework for perfectionists with deadlines.What’s in the Box? user authentication ORM ...
November Meetup
Hands on Introduction to Flask - Part 1Flask is a microframework for Python based on Werkzeug, Jinja 2, and good intentions.What’s in the Box? built-in development server and debugger integrated unit testing support RESTful request dispatching ...