Website Logo
/ blog
Blog posts about:Python

"getattr" is bad

2025-06-15

A plea for Python developers to stop using getattr so often

Python Code Smells - Passing self to objects

2025-04-18

Passing self into other Python objects is a common anti-pattern that dramatically increases complexity.

Self Referential Type Hints with | in Python

2024-10-14

Exploring a quirk of Python's type hinting with the pipe operator

Python Import Error when in Editable Mode

2024-04-11

Fixing a Python bug caused by some interesting pip behaviour

Changing Python Version on Windows with no Admin Privileges

2023-11-27

How to install Python - The eternal question