I would like to receive suggestions on the best way to serve python scripts as web pages. Normally, I would like my colleagues and I to be able to write simple web pages with minimal effort, i.e. We focus on business logic, for example, creating simple forms, etc. Perhaps you can manage sessions in some way, but it's nice. It should not be WYSIWYG, as they are developers, but we are busy and do not want to spend a lot of time turning the idea into reality. This is for internal use, so performances are not of primary importance.
The software needed to enable this should be easy to configure and configure. for example, adding new directories and python lib dirs should be easy.
My first instinct is apache or tomcat with mod_python. Any comments / suggestions are welcome. Thanks in advance.
Edit - in googling I came across jython and tried this in tomcat. Pages seem to load quickly, but age is required from the command line. This may be an alternative. Write a presentation in jython servlets and save any scripts that will be used from the command line or a separate web application so that they can be run using python. Plus, like a java store, it provides a bridge to our banks. Does anyone want to talk to me from this :-)?
Ben
source share