Skip to content

Scrapper for PW Skills Courses and turn it into a streamlit web app with python.

Notifications You must be signed in to change notification settings

arv-anshul/PW-courses-scrapper-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit app for PW Skills Courses.

Clone this repository to run the web app by running following commands:

# To install streamlit library
pip install streamlit

# To open the streamlit web app in your browser
streamlit run app.py

Process:

  1. Scrape the PW Skills website to fect the particular course information.
  2. Turn the DataFrame object to csv | json files.
  3. Made a streamlit app as app.py which displays each course information as module with its parts and sub-parts.
  4. Now, it also shows the projects related to each course and their parts.
  5. Optimizes the code writting after making of the app.
  6. Automate the course adding in the app. You can add another course by providing it's url.

Features

  • You can also add another PW Skills Course to the app by providing it's url.

Created by arv-anshul

I am purchasing the Data Science Course.

About

Scrapper for PW Skills Courses and turn it into a streamlit web app with python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published