Google Developers Day US - Python Design Patterns

Python Design Patterns Alex Martelli Design Patterns must be studied in the context on the language in which they’ll get implemented -- the Gang of Four made that point strongly in their book, though almost everybody else seems not to have noticed. This talk explores some “classic“ DPs in all the various categories -- Creational, Structural, and Behavioral -- studying how they show up in Python programs and how they interact with Python’s special strengths. Speaker Bio:Alex Martelli is Uber Tech Lead (
Back to Top