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
- Scrape the PW Skills website to fect the particular course information.
- Turn the
DataFrame
object tocsv | json
files. - Made a
streamlit app
asapp.py
which displays each course information asmodule
with its parts and sub-parts. - Now, it also shows the projects related to each course and their parts.
- Optimizes the code writting after making of the app.
- Automate the course adding in the app. You can add another course by providing it's url.
- 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.