Requests Introduction & Overview – Real Python

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:

After installing requests you’re able to import into your project via:

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. You’ll receive a score upon completion to help you track your learning progress:


Python’s Requests Library (Guide)