Python on WWW - beginners question: what to choose?

Jeff Reavis jjreavis at gmail.com
Mon Feb 7 12:54:00 EST 2005


Spyce has support for Cheetah Templates:
http://spyce.sourceforge.net/doc-mod_template.html
as well as pooling:
http://spyce.sourceforge.net/doc-mod_pool.html

Spyce templates are converted into python before execution, and you can
enable caching in the Spyce configuration file.  Spyce also comes with
a script that will let you compile the templates on the command line so
you can see the resulting python code (run_spyceCmd.py I believe).

hope that helps,
-jjr




More information about the Python-list mailing list