That Stuff Looks Zope!

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 have read about mod_python and tinkered with it a couple of years ago. From what I remembered, mod_python was very low-level. A quick search on the Internet about Python web application development gave me Python for Web Development in Apache.

I looked at the API documentation for Pylons, Django, and Zope. It looks like I may be going with Zope. I have begun this endeavor with The Zope Book.

Questions, comments, and responses are welcomed and appreciated.

Leave a Reply