In this lesson you’ll get a general overview about the requests
library. Furthermore, it reveals you how to install requests
on your machine using pip and how to import it. In fact it’s as easy as:
$ pip install requests
After installing requests
you’re able to import into your project via:
import requests
When you’ve completed the course, take our interactive quiz to check your learning progress:
Take the Quiz: Test your knowledge with our interactive “HTTP Requests With the "requests" Library” quiz. Upon completion you will receive a score so you can track your learning progress over time:
Dominic on March 14, 2019
Hi Chris, thanks for the tutorial :-) Getting to know bpython was already worth so much! I didn’t know it so far but it already helped me today to get an effortless look into some module functions!