Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.