Zope
Zope is an open-source, object-oriented web application server written in the Python programming language. Zope stands for "Z Object Publishing Environment." It can be almost fully managed with a web-based user interface. Zope publishes on the web Python objects that are typically persisted in an object database, ZODB. Basic object types, such as documents, images, and page templates, are available for the user to create and manage through the web. Specialized object types, such as wikis, blogs, and photo galleries, are available as third-party add-ons (called products), and there is a thriving community of small businesses creating custom web applications as Zope products. Zope 3 is based on a component architecture that makes it easy to mix software components of various origins written in Python.
-
Zope 3
—
by
Khairil Yusof
—
last modified
May 01, 2008 12:02 PM
- Zope 3 or Z3 as it's commonly referred to by developers, is based on a component architecture that makes it easy to mix software components of various origins written in Python.
-
Grok
—
by
Khairil Yusof
—
last modified
May 01, 2008 12:04 PM
- Grok is a web application framework for Python developers. It is aimed at both beginners and very experienced web developers. Grok has an emphasis on agile development. Grok is easy and powerful.

