embedding python in HTML

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Thu Feb 16 16:10:39 EST 2006


John Salerno:
[Python alternative for PHP]
>So to do this with Python, do I simply integrate it into the HTML as 
>above, with no extra steps? 

You'd need something like the PHP engine, that understands Python rather
than PHP.

I've used Cheetah:
http://www.cheetahtemplate.org/

Our BDFL seems to prefer Django:
http://www.artima.com/weblogs/viewpost.jsp?thread=146606

There's also PSP:
http://www.ciobriefings.com/psp/

And many more:
http://wiki.python.org/moin/WebProgramming

-- 
René Pijlman



More information about the Python-list mailing list