View Full Version : Python question
Somenoob
September 2nd, 2006, 09:28 PM
Is there any sort of python class/library that can write programs that can be runed with web browsers?
Note360
September 2nd, 2006, 10:11 PM
I think you are looking for one of the many web api's for python.
You can choose from:
zope
psycho
django
twisted
and many others
Somenoob
September 2nd, 2006, 10:16 PM
I think you are looking for one of the many web api's for python.
You can choose from:
zope
psycho
django
twisted
and many others
Is there any native type that ships with python? if so, is it supported by the most popular web browsers(IE, Firefox, Opera)?
ynef
September 3rd, 2006, 05:59 AM
You're really asking the wrong kind of question -- applications that run on the server don't care what browser the user happens to use to view the result.
To make a native CGI program, all you really need to do is set up the web server software to allow you to use Python. Once this is done, you can simply follow the steps in a suitable tutorial such as this: http://www.cs.virginia.edu/~lab2q/
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.