Server side newbie

Peter Hansen peter at engcorp.com
Sun Jan 29 12:01:34 EST 2006


swisscheese wrote:
> I have a simple python desktop app with several edit controls and a
> couple of buttons. It just does some math. What's the simplest way to
> make it a server-side app so visitors to my site can run the app via
> their browser?

There will probably be a dozen answers, any of which might meet whatever 
subjective way you have of judging "simplicity", but here's one:

1. strip the GUI code off
2. wrap the remaining core with a simple CGI interface
2. make a web form in HTML that calls it

-Peter




More information about the Python-list mailing list