Workshops
Taught by Trey Hunner of Truthful Technology LLC. Practice Python weekly.
Installing Python packages
Why you should use python -m pip
Using virtual environments
The (unofficial) Python awesome list
Black code formatter
Parsing command-line arguments in Python
Converting a string to a datetime
Python Module of the Week: datetime
Python Module of the Week: decimal
datetime string formatting documentation
Why you should use Python 3 for text processing
Transforming Code into Beautiful, Idiomatic Python
Counting Things in Python: A History
defaultdict tree
dataclasses module
Raymond Hettinger’s talk about dataclasses
Why you should be using pathlib
No really, pathlib is great (Follow-on to previous article)