Alternate indent proposal for python 3000

George Sakkis george.sakkis at gmail.com
Sun Apr 20 17:26:03 EDT 2008


On Apr 20, 12:34 pm, Eric Wertman <ewert... at gmail.com> wrote:
> > Look into any of the dozen Python-based template engines that are
> > typically used for such tasks; they offer many more features than a
> > way to indent blocks.
>
> > George
>
> I definitely will.. could you throw out some examples though?
> Thanks!
>
> Eric

Start out here: http://wiki.python.org/moin/Templating

As you can see there is no shortage of alternatives, which can be
overwhelming. Cheetah used to be the most popular and it's still
widely used, but these days Django templates, Genshi and Mako seem
more prominent for web development.

HTH,
George



More information about the Python-list mailing list