[Tutor] cataloging web Page Information

Lloyd Kvam python at venix.com
Sat Mar 5 17:32:01 CET 2005


A minor addition to Kent's advice:
urllib2 can be used to post form data to a web site.

This is very convenient if the expected data format is stable.  You will
still need the urlencode from urllib to encode the data to be posted.


-- 
Lloyd Kvam
Venix Corp



More information about the Tutor mailing list