Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
group Practical Python
hidden 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.