Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayakpaul/scraping-datacamp-courses-and-projects
Contains code to scrape the names of DataCamp courses and projects and gather them in .csv files
https://github.com/sayakpaul/scraping-datacamp-courses-and-projects
beautifulsoup jupyter-notebooks python web-scraping
Last synced: 7 days ago
JSON representation
Contains code to scrape the names of DataCamp courses and projects and gather them in .csv files
- Host: GitHub
- URL: https://github.com/sayakpaul/scraping-datacamp-courses-and-projects
- Owner: sayakpaul
- License: mit
- Created: 2019-01-09T16:11:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T13:42:13.000Z (almost 6 years ago)
- Last Synced: 2024-12-28T03:39:49.067Z (23 days ago)
- Topics: beautifulsoup, jupyter-notebooks, python, web-scraping
- Language: Jupyter Notebook
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gathering data is a crucial step in cases where you don't have data ready for the problem statement. There are several methods for
effective data collection. _Web scrapping_ is just one of them.This repository contains code from my web scrapping practice sessions. Also, for being closely associated with DataCamp, I get questions like - 'Hey, can I get a list of the courses and projects offered by DataCamp?' This little project might come in handy there.