Web development with Python 3.1

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Thu Oct 29 04:40:03 EDT 2009


Dotan Cohen a écrit :

(snip)
> 
> Yes, I like to separate HTML from code. However, often I need to
> output something in the middle of the page. How could I do that with a
> template?

Perhaps learning to use some templating system could help ?-)

I'd personnaly suggest either Mako (possibly one of the best Python 
templating systems) or Django's (well documented and beginner-friendly).




More information about the Python-list mailing list