scottjacksonx + python 2
Requests: HTTP for Humans — Requests v0.5.1 documentation
august 2011 by scottjacksonx
"Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python’s builtin urllib2 module provides most of the HTTP capabilities you should need, but the api is thoroughly broken. It requires an enormous amount of work (even method overrides) to perform the simplest of tasks.
Things shouldn’t be this way. Not in Python."
python
webdesign
Things shouldn’t be this way. Not in Python."
august 2011 by scottjacksonx