Summary
In this chapter, we have learned about Python programming, setting up a virtual environment, and installing Python libraries to send requests to web resources and collect responses and some additional information.
The main objective of this chapter was to demonstrate the core features of the requests
library. Our primary aims were to learn how to deal with the HTTP request and response cycle, how to use HTTP methods (with extra parameters), how to use DevTools, and what the benefits are of using Python in this domain.
In the next chapter, we will learn and use some essential techniques to identify and extract data from web content.