How to send data into other's CGI on the site and read it back?

Moshe Zadka moshez at math.huji.ac.il
Fri Feb 25 09:39:12 EST 2000


On Fri, 25 Feb 2000, Jeff Chou wrote:

> Dear mentors:
> 
>               How to use Python script to send data into other's cgi
> on the web site and read its results back for calculating?

Try the urllib module. See the documentation of the urlopen and the
urlencode functions, especially.





More information about the Python-list mailing list