Python for Webscripting (like PHP)
Szabolcs Nagy
nszabolcs at gmail.com
Thu Aug 18 07:30:29 EDT 2005
I don't think stdlib offers anything like that
The problem with python is it's white space sensible and html is not.
However there are some nice solutions:
http://www.webwareforpython.org/Papers/Templates/
my favourite is not listed here:
http://karrigell.sourceforge.net/
For web development with python i'd rather recommend a complete
webframework:
http://www.djangoproject.com/
http://subway.python-hosting.com/
http://www.zope.org/
nszabolcs
More information about the Python-list
mailing list