Size: 1162
Comment:
|
Size: 1620
Comment: Zope 3 book
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
'''Web Component Development with Zope 3, 2nd ed.''' Philipp von Weitershausen ISBN: 3-540-33807-1 Springer-Verlag (January 2007) http://worldcookery.com/ A well-written, really good book suitable for any Python programmer starting to learn how the very powerful, but a bit complex, component-based Zope 3 framework works and how it can be put to very good use in building scalable, complex web applications. ---- |
|
Line 44: | Line 53: |
---- CategoryDocumentation |
Web Component Development with Zope 3, 2nd ed.
- Philipp von Weitershausen
ISBN: 3-540-33807-1 Springer-Verlag (January 2007) http://worldcookery.com/
A well-written, really good book suitable for any Python programmer starting to learn how the very powerful, but a bit complex, component-based Zope 3 framework works and how it can be put to very good use in building scalable, complex web applications.
Zope: Web Application Development and Content Management
- Steve Spicklemire, Kevin Friedly, Jerry Spicklemire, Kim Brand
ISBN: 0735711100, New Riders (December 2001) a Teaches using Zope to construct Web sites. Detailed explanations are included to assure that the reader can readily understand the critical role of objects as the building blocks of Zope.
Zope Web Application Construction Kit
- Martina Brockmann, Mark Pratt, Katrin Kirchner, Sebastian Luhnsdorf
ISBN: 0672321335, Sams (October 2001)
The Book of Zope
- Beehive
ISBN: 1886411573, No Starch Press (October 2001)
The Zope Book
- Amos Latteier, Michel Pelletier
ISBN: 0735711372, New Riders (July 2001)
Zope Bible
- Michael R. Bernstein, Scott Robertson and the Codeit Development Team
ISBN: 0764548573, Hungry Minds Inc. (April 2002)
The book comes with a CD-ROM which includes both this book and Python Bible as PDF files. This is the only book I've seen that describe how to use ZODB outside Zope. I found that useful. -- MagnusLyckå
What about Zope 3 books?