recommended way of generating HTML from Python

paul koelle paul at subsignal.org
Tue Feb 22 15:04:10 EST 2005


Michele Simionato wrote:
>  Also, one could argue that the designer should
> not get in touch with the HTML, but just play with the CSS.
> Finally, you can achieve separation between logic and presentation just
> putting the routines generating the HTML pages in a separate module, no need to use
> a different language.

Yea, why can't we start using xHTML like any other GUI toolkit, its just 
a tree of widgets. The layout is completely up to CSS... One could write 
  Form classes with automatic generation of client(javascript) and 
server side(python) validators ;)

greetings
  Paul



More information about the Python-list mailing list