Description
The basics of Python programming, and performing Python interpreter installations.
Zope 3 API reference. Good source for up-to-date Zope Python API and ZCML references.
Zope 2 book. This describes old Zope 2 technologies. The book is mostly good for explaining some old things, but '''do not''' use it as a reference for building new things.
The chapters on Zope Page Templates however are still the best reference on the topic.
Todo
hyperlink
It is not recommended to use the system-wide Python installation with Plone. There are various reasons for this:
Plone Unified Installers compile their own, preconfigured, Python interpreter.
If you are a developer, you might wish to use a custom-built Python interpreter, which gives you more control over the configuration.
The source code of this file is hosted on GitHub. Everyone can update and fix errors in this document with few clicks - no downloads needed.
For basic information about updating this manual and Sphinx format please see Writing and updating the manual guide.