Archive for the 'Python' Category

Reinforcing Knowledge while Learning

October 3rd, 2007 Posted in Design Patterns, Python | Comments »

I just finished rereading Design Patterns: Elements of Reusable Object-Oriented Software. As a little experiment, I will explore how far I can get with the book’s fundamental design patterns with Python, an object-oriented scripting language that I am trying to pick up.
One of the first design patterns I came across even before reading DP is [...]