Zope vs Php

Steve steve.morin at gmail.com
Thu Nov 17 18:29:48 EST 2005


I am going to go the mod_python route.

as for why a person would go route one over route 2

is that the number of lines of html/output vs python code are usually
10 to 1 and it's much easier to encapsulate the python code than to
quote and escape all the html/css/xml

Thanks for the help

<%
#python code
%>
<title> some title</title>

and

print output(python-code) + "<title> some title</title>".

are equivalent.




More information about the Python-list mailing list