> "barely use python with it" and "can only be used with these two" are
> not entirely true.  Zope development can be done in a through-the-web
> (TTW) fashion or via filesystem products.  When developing TTW, it
> is true that you are somewhat limited in the amount of Python that
> you will be able to use.
I just want to add that ZPT and DTML are only intended for the
presentation and not for the logic, which can be done all using python.
However, as you may see, there are some zope developers that use it
wrong and do lots of logic stuff within dtml or zpt.

Regards,
Josef

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to