how to creating html files with python

paul paul at subsignal.org
Sat Oct 27 19:14:15 EDT 2007


krishnakant Mane schrieb:
[snip]

> so instead of I doing the concatination myself, python makes it easy.
> and I will have lot of complex tables etc to do like this.
> so please help me choose one.
Did you actually looked for a template language as suggested here?
Now to make your life easier: If you like XML, use genshi. If you plan 
to generate something else than HTML, use cheetah. Use google or 
whatever search engine you prefer to find those packages.

cheers
  Paul




More information about the Python-list mailing list