Python HTTP POST

Sivaram Neelakantan nsivaram.net at gmail.com
Thu Jul 18 14:07:53 EDT 2013


On Thu, Jul 18 2013,Joel Goldstick wrote:


[snipped 28 lines]

>
> Many people find urllib and urllib2 to be confusing.  There is a module
> called requests which makes this stuff a lot easier.  ymmv
>
> http://docs.python-requests.org/en/latest/

Yes, please use this instead of the url* ones, easier to work with and
tinker.  I just finished writing a small scraper using it.  The
documentation too is very good.


 sivaram
 -- 




More information about the Python-list mailing list