Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Powerful CGI libraries for Python?

Reply
Thread Tools

Powerful CGI libraries for Python?

 
 
sam
Guest
Posts: n/a
 
      01-10-2005
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
 
Reply With Quote
 
 
 
 
Thomas Guettler
Guest
Posts: n/a
 
      01-10-2005
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

--
Thomas Güttler, http://www.thomas-guettler.de/


 
Reply With Quote
 
 
 
 
Jeff Reavis
Guest
Posts: n/a
 
      01-10-2005
You may want to check out Spyce http://spyce.sourceforge.net/index.html

It will work as cgi (or using fast cgi or mod python) and has
templating, session support, active tags, etc.

-jjr

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Are there e-commerce libraries for C / CGI? Michael C Programming 3 09-24-2010 06:40 PM
standard libraries don't behave like standard 'libraries' Sriram Srinivasan Python 13 11-12-2009 06:05 PM
Using mandatory libraries (custom class loading vs. expanding libraries) Karsten Wutzke Java 21 06-29-2007 09:25 PM
Topweaver 3.0!Free powerful GUI HDL structural integration tool. Topweaver VHDL 0 03-22-2005 12:00 PM
Can VB be as powerful as VC++? Ultraman Aries MCSD 11 06-05-2004 08:03 PM



Advertisments