Generating HTML

Diez B. Roggisch deets at nospam.web.de
Wed Sep 12 05:34:21 EDT 2007


Sebastian Bassi wrote:

> Hello,
> 
> What are people using these days to generate HTML? I still use
> HTMLgen, but I want to know if there are new options. I don't
> want/need a web-framework a la Zope, just want to produce valid HTML
> from Python.

KID, Genshi, Mako. And a bazillion others. I prefer the first two ones
because the force you to use valid XML and produce HTML/XHMTL out of that.

Diez



More information about the Python-list mailing list