Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hakaneroztekin/web-scraping

☕ A web scraping project developed with Python. 📈 It scrapes the website, collects and visualizes data.
https://github.com/hakaneroztekin/web-scraping

data-science data-visualization python web-scraping

Last synced: 17 days ago
JSON representation

☕ A web scraping project developed with Python. 📈 It scrapes the website, collects and visualizes data.

Awesome Lists containing this project

README

        

# Web Scraping With Python
The application parses the information in [**YOK Website**](http://yokatlas.yok.gov.tr/), and visualize the selected data.
Details can be found in [project-details.png](project-details.png)

[**Watch The Project Demo**](https://youtu.be/mSIS5HtdW70)

# How it Works

1- **Parse & Fetch The Data:** The project parse and fetch the information from the source

2- **Visualize The Data**

# Tools
**Language:** Python

**Main Libraries:** request (data retrieval), BeautifulSoup4 (data parsing), matplotlib, numpy and statsmodels (data visualization)

**IDE:** Pycharm