[Tutor] Python CGI

Daniel Yoo dyoo@hkn.EECS.Berkeley.EDU
Sun, 3 Sep 2000 18:17:57 -0700 (PDT)


On Sun, 3 Sep 2000, Guilherme wrote:

> 	I was looking at some host web sites that support CGI, and they
> all talk about perl.
> 	I was wondering if I can use python on those instead of perl.
> 	Thanks!!!

Sure, Python is a good CGI language --- However, you might also want to
look at the material for Perl too.  A lot of the information is
translatable between the two languages.

Here is a link to resources you'll want to look at:

    http://www.python.org/topics/web/basic-cgi.html

It has specific details and tutorials on learning CGI programming.  I hope
this is helpful for you.