Category Archives: Python

That Stuff Looks Zope!

October 2nd, 2009
Posted in Python | No Comments

I was thinking about doing web application development using Python during my free time. It would not be something that is pressured by schedules, but it would be an opportunity to learn something new. At first, I believed that most Python web applications were implemented by using mod_python, since PHP web applications use mod_php. I […]

Reinforcing Knowledge while Learning

October 3rd, 2007

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 […]