cindyangelira / webscraping_01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webscraping with BeautifulSoup

This repository provides a simple example of web scraping using BeautifulSoup, a Python library for pulling data out of HTML and XML files. Web scraping is a technique used to extract information from websites by parsing the HTML or XML code.
Data used for this demo : eoddata.com.

About


Languages

Language:Jupyter Notebook 97.4%Language:Python 2.6%