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?

If the math is simple, you can just use JavaScript. No need to bother
running it on the server.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to