Django vs. Zope
Jason Huggins of Viva La Chipperfish fame wrote a few words about his experiences with Django and Zope, and it sounds like Django comes out ahead.
Quoth Jason:
To me, Django feels like just another Python library… and I can plug in additional libraries (like ElementTree for XML or the python ldap library) with no pain or bondage required. The things I’ve seen of Zope 3 do say “its more pythonic”, but I don’t buy it when the next step says “now go edit this XML file”… and “now let’s write a Python interface class”.
Read the whole thing, and don’t miss the comment section.
