Scraping quotes
Scraping quotes#
In this tutorial, you will learn how to:
Scrape the web page “Quotes to Scrape” using Requests.
Pulling data out of HTML using Beautiful Soup.
Use Selector Gadget to inspect the CSS of the web page.
Store the scraped data in a pandas dataframe.