Skip to content

Latest commit

 

History

History

11_web_scraping

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
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.