HTML Application Interface
Oleg Broytmann
phd at phd.pp.ru
Tue Oct 16 11:18:19 EDT 2001
More information about the Python-list mailing list
Tue Oct 16 11:18:19 EDT 2001
- Previous message (by thread): maximum recursion in "re" module?
- Next message (by thread): HTML Application Interface
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Oct 16, 2001 at 06:08:10PM +0300, CpJohnson at edgars.co.za wrote: > I will be writing a Python application to run stand-alone on a PC. Just to be > different, I came up with the idea of using an HTML interface instead of > something more conventional like Tkinter. So the user interaction with the app > would be via a web browser and input via CGI etc. > > I wondered if there is an application framework that would be suitable. I took > a quick look at Zope, and think that it would serious overkill to use it for my > 5 form app. > > Anything else out there? You are not different! :) There are many people who do it exactly this way. There are many python web-application servers out there: http://skunkweb.sourceforge.net/ http://webware.sourceforge.net/ http://www.mems-exchange.org/software/quixote/ http://www.twistedmatrix.com/ See an overview on http://www.paul.boddie.net/ Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd at phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
- Previous message (by thread): maximum recursion in "re" module?
- Next message (by thread): HTML Application Interface
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list