/WebScraping

This tutorial repository contains scraping and parsing data from the Web using "requests" and "BeautifulSoup" in python.

Primary LanguageJupyter NotebookMIT LicenseMIT

Web Scraping Using Python

Web scraping is a way to extract data from websites that don’t have an API, essentially by automating visiting web pages and copying the data.