how to get started with Zope development?
hi, i'm a newbie and started making a site with zpt on Zope. i've been trying to read over various documents and helps and specs from various sites. but when i get across example codes from this list or some other sources, time to time, i'm discouraged by new functions, modules and usages. the product PythonScripts is one of them. today i found 'bobobase_modification_time' from an example code, but it's not in the API reference or python built-in functions. i wanna know what is the proper approach to Zope development? should i look into Zope source code or something? thanks, hwan
����ȯ wrote:
i wanna know what is the proper approach to Zope development? should i look into Zope source code or something?
Ain't nothing to it but to do it ... Well if it only was that simple. Even though the Zope documentation has improved by leaps and bounds it is still hard to figure it all out. Your best bet is to develop something, dig in the docs, and then ask here when you hit the z-shaped learnig curve. As you start to understand how the system is connected you will eventually start to look in the source for documentation. But to be able to do that you have to pretty much understand how it all connects. And you will not get that knowledge before you hav actually done stuff in Zope. regards Max M
participants (2)
-
Max M -
신형환