About this product
Gathering data from a web page is known as web scraping, and is typically performed either by fetching web page via URL and reading the data directly online, or by reading the data from a saved HTML file. Understanding web scraping is a skill crucial to anyone interested in data science or those just looking to obtain information from web pages.
This course covers:
- Downloading and installing the Python library BeautifulSoup
- Inspecting a web page to identify the relevant data
- Scraping and parsing the data using BeautifulSoup (formatting it into arrays and variables)
- Storing and sanitizing the data in a correctly formatted CSV sheet
- Reading from local HTML files instead of URLs
- How to read non-table data
…and more!
Frameworks and tools covered: Python 3.6, Anaconda 5.2, Jupyter Notebook 5.5, Beautiful Soup 4.6
😄 Join 500,000+ Learners and Developers
Trusted by a global community of developers, Zenva has provided world-class training on in-demand programming skills since 2012.
Join the ranks of our successful alumni who have gone on to publish games and apps, advance their careers and start companies.
Unlock Your Completion Certificate
By completing any of our courses you’ll be awarded with a certificate with URL verification. Boost your LinkedIn profile with your newly acquired skills and impress potential employers and customers.
Curriculum
- Introduction
- Beautiful Soup and Web Page Inspection
- Scraping Web Pages
- Sorting HTML Table Data
- Writing HTML to CSV
- Sanitizing Input
- Reading HTML from Local Files
- Reading HTML from Non Table Data
- Summary
Requirements
Basic knowledge of Python and Jupyter Notebook





