Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 288 Bytes

File metadata and controls

11 lines (8 loc) · 288 Bytes
group hidden
Practical Python
true

Web Scraping

In this section we look at web scraping using Python and the requests library.

First we learn about HTML and its structure, and how we can let Python understand it.

Then we build two scraper projects using BeautifulSoup4.