How to perform HTTP requests with python

In this series of article about python and HTTP protocol, we work with HTTP requests and responses. In the first article we explore standard library functions such as urllib.request.urlopen or urllib.request.urlretrieve. In the second part we focus on the external “requests” library, which let us perform complex operations, writing less code.


python-logo-requests-index

HTTP Requests: The standard and the requests library

Table of Content