Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hakaneroztekin/web-scraping
- Owner: hakaneroztekin
- Created: 2018-12-29T05:05:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T07:13:09.000Z (about 6 years ago)
- Last Synced: 2024-11-11T01:11:59.180Z (3 months ago)
- Topics: data-science, data-visualization, python, web-scraping
- Language: Python
- Homepage: https://youtu.be/mSIS5HtdW70
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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