Python Patterns Guide
Harry and I went to Boulder Python and heard Brandon Rhodes talk about design patterns. It’s always so delightful to hear one of his talks.
This talk was about putting together a patterns guide (Gang of Four style) that are useful in Python).
https://python-patterns.guide/
Harry was reminded of Russ Olsen’s Design Patterns in Ruby.
I should give them both a read and see how much of the patterns is Python-specific vs general dynamic languages.