NH Python Group Project Night
Online eventThis is a place to show off your projects and get help if you need it! Pizza will be provided.
Event Categories
Have an event to suggest? Let us know.
Click To Filter or View All Events
Want these events automatically pulled into your own personal calendar?
Copy this link and import to your calendar of choice.
https://nhtechalliance.org/calendar/?ical=1
This is a place to show off your projects and get help if you need it! Pizza will be provided.
Introduction to Creating Command Line Interfaces in Python Python is an awesome language for creating command line interfaces, or CLIs, and large organizations like AWS and Dropbox distribute full-featured CLIs written in Python. Capabilities built into the language, such as argparse, and third-party libraries like click and rich make creating your own, beautiful, CLI an
Find an article or reference, preferably on Python, and be prepared to give a few sentences on the article or a concept contained in the article. Mastery or deep technical understanding is not expected. If you bring an article that talks about something you don’t quite understand, we’ll try to get you to the next
This is a place to show off your projects and get help if you need it! Pizza will be provided.
This month, group member Jason will be giving us a tour of Prefect, a data pipeline tool/service that uses Python code its primary API.
Why Good Developers Write Bad Tests Most developers still approach tests with the same old techniques they use for production code. But test code is not like other code. To write it well, we need to reexamine the principles and goals that define our best practices. In this talk, I’ll discuss: -> What separates good