Accessing the web with Python

Python is a programming language that's used to code various types of applications, from simple scripts to AI algorithms and web frameworks. We will be writing scripts in Python to access the URLs that we are interested in from a data extraction or scraping perspective.

A number of Python libraries exist for HTTP communication and web-related purposes (including http, cookielib, urllib, requests, html, socket, json, xmlrpc, httplib2, and urllib3). We will explore and use a few of them that have been praised by the programmers' community for HTTP access or client-server communication. The urllib and requests Python modules are the ones we are interested in using. These libraries possess various functions that can be used to communicate with the web using Python and deal with HTTP requests and responses.

In order to start a few coding tasks and explore the Python-based modules straightaway, let's verify that we have installed all the Python resources we want before moving on.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.141.20.122