python design patterns

Ted Smith picture Ted Smith · Mar 3, 2009 · Viewed 89.5k times · Source

I am looking for any resources that gives examples of Best Practices, Design patterns and the SOLID principles using Python.

Answer

Ed. picture Ed. · Mar 3, 2009

Some overlap in these

Intermediate and Advanced Software Carpentry in Python

Code Like a Pythonista: Idiomatic Python

Python Idioms and Efficiency

Google Developers Day US - Python Design Patterns

Another resource is by example at the Python Recipes. A good number do not follow best practices but you can find some patterns in there that are useful