Programmatic HTML?

Brett g Porter bgporter at artlogic.com
Mon Mar 17 13:14:10 EST 2003


Afanasiy wrote:
> I have a use for a Python module which would allow
> me to call functions which generate common HTML.
> 
> A simple example of which might be :
> 
>   html.link('http://example.com','Example Website')
> 
> I am of course capable of writing a module for the above example...
> 
> But I was hoping for something conclusive and well designed,
> with all sorts of neat Pythonic tricks I could not think of,
> possibly especially apparent in table creation.
> 

Have you looked at HTMLGen?

http://starship.python.net/crew/friedrich/HTMLgen/html/main.html






More information about the Python-list mailing list