Home » Posts tagged "web"

Requests: HTTP for Humans

python
If you want to request data from webservers, the traditional way to do that in Python is using the urllib library. While this library is effective, you could easily create more complexity than needed when building something. Is there another way? Requests is an Apache2 Licensed HTTP library, written...
Continue reading »