Moving to Python from PHP - 3 questions

Fredrik Lundh fredrik at pythonware.com
Mon Feb 21 05:01:18 EST 2005


Joe Francia wrote:

> You'll also want to probably look at some of the templating kits, of which Cheetah and/or 
> ElementTree work best for me.  (Well, ElementTree isn't exactly a templating kit - it's a 
> general-purpose XML tookit - but it is easily used for templating.)

if you want element-based templating, see:

    http://lesscode.org/projects/kid/

</F> 






More information about the Python-list mailing list