Python web server
Posted
by Ben
on Stack Overflow
See other posts from Stack Overflow
or by Ben
Published on 2010-03-07T18:46:20Z
Indexed on
2010/03/08
1:40 UTC
Read the original article
Hit count: 459
Hi
I'd like to get suggestions on the best way to serve python scripts up as web pages. Typically I'd like a way for me and my colleagues to write simple web pages with minimal effort ie we focus on the business logic eg creating simple forms etc. Possibly with some way to manage sessions but this is a nice-to-have. It doesn't have to be WYSIWYG as they are developers but we are busy and don't want to spend long turning an idea into reality. It's for internal use so appearances are not paramount.
The software required to enable this should be easy to setup and configure. eg adding new directories and python lib dirs should be easy.
My first instinct is apache or tomcat with mod_python. Any comments / suggestions welcome. Thanks in advance.
© Stack Overflow or respective owner