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
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 approachable task.
In this month’s presentation, Seth will give an introduction to creating command line interfaces with python, and show how he’s created a custom CLI to automate a DevOps task.