Request Module
The reaction information relies upon our kind of solicitation. This is not an implicit Python module; all things considered, we need to download it physically. This is utilized to send a wide range of HTTP demands.
What is HTTP?
HTTP represents the 'Hypertext Transfer Protocol,'. It is a bunch of conventions that are intended to empower correspondence among customers and servers. Among customers and servers, it functions as a solicitation reaction convention.
get() - We can recognize that the get work returns us some data about the site we mentioned. All the data is put away in the article we used to send the solicitation. We can get to various types of data through it, like status, header, treats, and so on
- URL - this is the URL of the site where we need to send the solicitation.
- Params - this is a word reference or a rundown of tuples used to send a question string.

0 Comments