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