Ravings about Programming and Philosophy
The Plugin Design Pattern
People sometimes say there are no design patterns in Python; I don't agree.
Take the Plugin design pattern, for example: rethinking configurations as code,
and having the operations division write actual Python that's then plugged into the system,
can really boost your product.