Python Notebook

I write python for fun and profit. Here’s where I keep my notes about what I’ve learned.

Parsing Arguments Parse arguments with argparse. Comments
Google Python Modules A quick note on installing the Python modules for the Google Cloud SDK Comments
List of Dictionaries For a list of dictionaries, find the dictionary with a specific attribute. Comments
ModuleNotFoundError An annoying error. Comments
New Project (with Poetry) A cut-and-paste script to initialize a new Poetry Python project. Comments
Poetry A summary of how to use Poetry to create a python project development environment. Comments
Python Logger Python... import logging Comments