Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50863
| From | Sivaram Neelakantan <nsivaram.net@gmail.com> |
|---|---|
| Subject | Re: Python HTTP POST |
| Date | 2013-07-18 23:37 +0530 |
| References | <00ec2f9b-fcae-428c-8932-163e653dd71b@googlegroups.com> <ks6u11$gk4$1@reader2.panix.com> <CAPM-O+wSGx4-8Bp4Sr=JP2h7+nDTuYqJHO68Rq956PFTqhFvTA@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4844.1374170888.3114.python-list@python.org> (permalink) |
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 --
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python HTTP POST Matt Graves <tunacubes@gmail.com> - 2013-07-17 11:49 -0700
Re: Python HTTP POST John Gordon <gordon@panix.com> - 2013-07-17 20:15 +0000
Re: Python HTTP POST Joel Goldstick <joel.goldstick@gmail.com> - 2013-07-17 16:26 -0400
Re: Python HTTP POST Sivaram Neelakantan <nsivaram.net@gmail.com> - 2013-07-18 23:37 +0530
Re: Python HTTP POST alex23 <wuwei23@gmail.com> - 2013-07-18 12:04 +1000
csiph-web