This repo contains all the assignments present in the Impact batch. There is also some quizzes in the batch but it was embedded in the website.
I created a python script
to automate the downloading of the pdf file from the website and add to a new folder.
from datetime import date
from utils import AssignmentFolder
f = AssignmentFolder(
date=date(2023, 3, 25),
url="https://drive.google.com/file/d/1cRhT10uk6tFLe7GNF0YJJ3-U2J8vnsLp/view?usp=sharing",
type="file"
)
f.make()
I also created another python script
to automate the git commands to commit the solved assignment.
# Provide filename and commit message
python3 utils/commit_assignment.py --file-name February/07\ Feb --commit-message "Added 07 Feb assignment."
You can skip the commit message. Only applicable for assignment files.
python3 utils/commit_assignment.py --file-name February/07\ Feb
# NOTE: The default commit message is "Added <<file_name>> assignment."
- Courses Syllabus Analysis
- Live Courses Analysis
- All Courses Analytics: Shows the top students in their respective courses.
See all the projects provided by PW Skills (the projects are all same as Ineron's Internship Portal). This helps you to choose project in many different domain with different technology.
Using PW Skills API I analyze all their courses in Jupyter Notebook and made a streamlit app.
Created by arv-anshul
-
Dashboard of PW Skills Experience Portal with
streamlit
andpython
. Check here -
Dashboard of PW Skills Courses with
streamlit
andpython
. Check here