Generating HTML from python

Walter Dörwald walter at livinglogic.de
Fri Jun 10 06:48:05 EDT 2005


Cappy2112 wrote:
> I looked at HTMLGen a while ago- I didn't see what the advantage was.
> I wrote soem code similar to the example above, to generate a page..
> It worked out fine.
> 
> However, I want to add HTML ouput to many of my other python programs,
> and I don't want to re-write this for each program. So some higher
> level of abastraction is needed, but I don't know how just yet.
> 
> HTMLGen is no longer maintained, so I don't know what the best choice
> is.

If you want an alternative to HTMLGen that is still maintained, you 
might want to try XIST (http://www.livinglogic.de/Python/xist)

A few simple examples can be found here:
http://www.livinglogic.de/Python/xist/Examples.html

Bye,
    Walter Dörwald



More information about the Python-list mailing list