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

New Hampshire Python Group

  1. Events
  2. Organizers
  3. New Hampshire Python Group
Events from this organizer
Today

NH Python Group Project Night

Online event

This is a place to show off your projects and get help if you need it! Pizza will be provided.

NH Python – Introduction to Creating Command Line Interfaces in Python

Online event

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

NH Python Group – Python Book Club

Online event

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

NH Python Group Project Night

Online event

This is a place to show off your projects and get help if you need it! Pizza will be provided.

NH Python Group Project Night – Why Good Developers Write Bad Tests

Online event

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