Workshops
Taught by Trey Hunner of Truthful Technology LLC. Practice Python weekly.
Helper tools:
String format guesser
datetime parser format guesser
My Python resource bookmarks
My Python cheat sheets:
The 25 built-in functions to know
The 17 string methods to know
Unofficial Python glossary
pathlib cheat sheets
data structure time complexity cheat sheet
The 5 uses of * for packing/unpacking
f-string modifier cheat sheet
command-line utilities included with Python
every dunder method in Python
breakpoint usage cheat sheet
Cheat sheets from Eric Matthes:
Beginner’s overview cheat sheet
“if” statements and “while” loops
functions
lists
files and exceptions
dictionaries
classes