[ZDP] BackTalk to Document The Zope Book (2.6 Edition)/Object
Orientation
webmaster at zope.org
webmaster at zope.org
Tue Jan 13 11:06:19 EST 2004
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/ObjectOrientation.stx#1-0
---------------
To make best use of Zope, you will need to have a grasp of the
concept of *object orientation*. Object orientation is a software
development pattern that is used in many programming languages (C++,
Java, Python, Eiffel, Modula-2, others) and computer systems which
simulate "real-world" behavior. It stipulates that you should
design an application in terms of *objects*. This chapter provides
a broad overview of the fundamentals of object orientation from the
perspective of a Zope developer.
% Anonymous User - Dec. 4, 2003 10:31 am:
If you'd rather get right to using Zope and learning how it works, try:
http://zope.org/Members/jwhitener/zopeZoo_2_6
% Anonymous User - Dec. 17, 2003 3:21 pm:
ZopeZoo is a nice tutorial.
% Anonymous User - Jan. 8, 2004 10:07 am:
I found one typing mistake on page8 section integrating Attributes Step5: create More Attributes.
header content code second line:
<div id="nav-main" tal:content="here/nav_main">
should be:
<div id="nav-main" tal:content="here/nav-main">
ZopeZoo is very helpful!
% Anonymous User - Jan. 13, 2004 11:06 am:
Please Ignore the previous comment!!! There is NO typing mistake!!!
More information about the ZDP
mailing list