Powerful CGI libraries for Python?

S

sam

Hi,

I m looking for a CGI libraries just like perl's CGI.pm for Python.
From google, I found quite a few of CGI libraries already written for
python. But I haven't had experience to try any of them in Python.

Can anyone share your Python CGI experience with me? Which library is
better in terms of functionality and stability?

Thanks
Sam
 
T

Thomas Guettler

Am Mon, 10 Jan 2005 10:11:16 +0800 schrieb sam:
Hi,

I m looking for a CGI libraries just like perl's CGI.pm for Python.
From google, I found quite a few of CGI libraries already written for
python. But I haven't had experience to try any of them in Python.

Can anyone share your Python CGI experience with me? Which library is
better in terms of functionality and stability?

Hi,

in the standard library there is cgi and cgitb. If you just want to
write a small cgi script, both modules should be all you need.

I found quixote simple and easy to learn. Quixote 1.x is quite stable.
The version I use is more then six months old, and there is no need to
update.

Take a look at:
http://www.python.org/cgi-bin/moinmoin/WebProgramming

Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top