Python Web Server

Steve Holden sholden at holdenweb.com
Mon Jan 14 22:58:09 EST 2002


"Magnus" <NOSPAMnixx at telia.com> wrote in message
news:bpJ08.6364$n4.1283929 at newsc.telia.net...
> Hi,
>
> could someone please recommend a web server based on Pyhton that has
> support for embedded Python code in html?
>
> Is Webware the most recommended?
> http://webware.sourceforge.net/
>
Webware's a good solution for Python-based programming, but it specifically
uses Python Server Pages (one of several flavors known by that name) to
intersperse Python code and HTML, so not everything is "like ASP".

Which, by the way, is a Good Thing: ASP-style intermixing doesn't go very
well with Python's indentation requirements.

You might also take a look at Albatross (Dave Cole's recently released an
update) and Cheetah, which are both good open-source templating tools
(Albatross being more web-oriented than Cheetah, and rather more than a
templating tool).

There's also quite a lot to be said for good old HTMLgen.

regards
 Steve
--
http://www.holdenweb.com/







More information about the Python-list mailing list