Generating HTML

Evan Klitzke evan at yelp.com
Wed Sep 12 13:16:38 EDT 2007


On Wed, 2007-09-12 at 09:54 +0200, Bruno Desthuilliers wrote:
> Evan Klitzke a écrit :
> > It's not applicable for everything, but if you're planning on using
> > Python to generate web pages you should really be using Cheetah
> > templates. Very simple to use template system that is also very
> > powerful, and you don't need to use it in conjunction with a heavy web
> > application framework. See http://www.cheetahtemplate.org/
> > 
> 
> Same for Mako (http://www.makotemplates.org), which has IMHO a much 
> nicer syntax (Cheetah looks too much like line noise IMHO).

Can you compile Mako templates? This is one thing that I really like
about Cheetah, and it wasn't clear to me from the Mako site if this is
possible.

-- 
Evan Klitzke <evan at yelp.com>




More information about the Python-list mailing list