Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 530 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 530 Bytes

Web Scraping

Exploring the world of data by self teaching and sharing acquired knowledge on scraping data from web pages. Python will be used primarily in the series.

Trying to follow a step-by-step guide in becoming an expert in data analytics. The files in the repo observe a comprehensive flow in learning concepts on data scraping.

If interested in following along, start by installing the BeautifulSoup library, pip install beautifulsoup4 which will be used in data manipulation. Also don't forget pip install lxml.