2025-11-05
Python classes and objects
organizing code into blueprints and their instances
2025-11-05
organizing code into blueprints and their instances
2025-11-04
try to do something, except if it fails, then finally do something else!
2025-11-04
grouping code into actionable chunks
2025-11-04
by-passing a loop depending on exceptions
2025-11-04
making events happen again and again in Python
2025-11-04
writing match + case instead of if + elif + else