Hi, can anyone recomend me a good book on Zope that has the basics as well as more advanced topics (like python products) well covered? Eddy
Zope Book (zope.org) + Zope Developers Guide (zope.org) + looking at existing code helps a lot. -aj --On Sonntag, 7. November 2004 19:56 Uhr +0100 Eddy Ilg <eddy@fericom.net> wrote:
Hi,
can anyone recomend me a good book on Zope that has the basics as well as more advanced topics (like python products) well covered?
Eddy _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Although they're getting old... I found the Zope Bible and the Linux Journal Zope Book had helpful starter examples of Python Products. I used them both and cross-referenced to get some understanding of what was going on under the covers. Good Luck -Jon Cyr Andreas Jung wrote:
Zope Book (zope.org) + Zope Developers Guide (zope.org) + looking at existing code helps a lot.
-aj
--On Sonntag, 7. November 2004 19:56 Uhr +0100 Eddy Ilg <eddy@fericom.net> wrote:
Hi,
can anyone recomend me a good book on Zope that has the basics as well as more advanced topics (like python products) well covered?
Eddy _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Monday 08 November 2004 12:25 pm, Jonathan Cyr wrote:
Although they're getting old... I found the Zope Bible and the Linux Journal Zope Book had helpful starter examples of Python Products. I used them both and cross-referenced to get some understanding of what was going on under the covers.
If you need an actual physical book, I second the Zope Bible recommendation for python products (the ZDG can be a little daunting). If you are planning a content oriented product, I'd look into CMF and Archetypes, the latter of which makes powerful python content objects very straightforward (and can be a blessing for a lot of not-obviously-contentish work as well). For Archetypes development documentation, the online resources are very useful (especially Raphael Ritz's MySite tutorial http://www.neuroinf.de/LabTools/MySite). Alec Mitchell
participants (4)
-
Alec Mitchell -
Andreas Jung -
Eddy Ilg -
Jonathan Cyr