Using the Python ‘Requests: HTTP for Humans’ Library to Gather Information via HTTP GET Requests

In this video tutorial I cover the use of the Python ‘Requests: HTTP for Humans’ library and how it can provide you with the information you receive back in the HTTP response. I compare and contrast ‘Requests’, urllib.parse, and urllib3 and then run through a series of examples on how ‘Requests’ can provide you with important HTTP information.

Link to Requests Page: https://docs.python-requests.org/en/latest/ Video on Installing Requests: https://youtu.be/uePA5nmHK2c