A plea for Python developers to stop using getattr so often
Passing self into other Python objects is a common anti-pattern that dramatically increases complexity.
Exploring a quirk of Python's type hinting with the pipe operator
Fixing a Python bug caused by some interesting pip behaviour
How to install Python - The eternal question