Web presentation layer/framework for python - recommendations?
davidj at gmail.com
davidj at gmail.com
Tue Nov 1 08:50:22 EST 2005
Anthony.Hornby at cdu.edu.au wrote:
> I have been charged with redeveloping a web application with a front end
> written in python that has a backend of XML files.
> Does anyone have any recommendations for python toolkits or templating systems
> that would simplify the cleanup and make the code more maintainable in the future?
If your backend data is in XML, you should consider using XSLT.
I frequently use Clearsilver for Python projects.
http://www.clearsilver.net/
More information about the Python-list
mailing list