News

Example code from Head First Design Patterns second edition translated to python to help me understand and memorise the patterns.. I have added examples of pattern usage in the Python standard library ...
Also, throughout the book, as each design pattern is discussed and demonstrated using example code, I also introduce new python coding concepts with each new design pattern. So that as you progress ...