...
/Beautiful Soup (Scraping Data from Simple HTML)
Beautiful Soup (Scraping Data from Simple HTML)
In this lesson, we’ll discuss how Beautiful Soup is used to extract data out of the Public Web.
We'll cover the following...
Beautiful Soup
Have you ever wondered how people extract data out of the public web and analyze it? They use libraries and other resources that ease the process of extracting the data from the public web (see in more technical terms, “Scraping the Data”). Beautiful Soup is the library that is meant for such purposes. The Data Science community has used it for a long time to scrape data from the public ...