how to do html parms with python

John J. Lee jjl at pobox.com
Thu Jul 1 15:56:31 EDT 2004


"David Stockwell" <winexpert at hotmail.com> writes:
[...]
> I'm not sure if i'm using cgi or pure python
[...]

That sentence doesn't make sense.  Python is a programming language.
CGI is a protocol.  cgi is a Python module that helps you write CGI
scripts in Python.  The three are not mutually exclusive -- quite the
contrary.


John



More information about the Python-list mailing list