{"id":23527349,"url":"https://github.com/arv-anshul/pw-impact-batch","last_synced_at":"2025-04-22T14:25:05.759Z","repository":{"id":154808387,"uuid":"597365447","full_name":"arv-anshul/pw-impact-batch","owner":"arv-anshul","description":"PW Impact Batch 1.0  - Assignments, Quizzes, learning and a solution website.","archived":false,"fork":false,"pushed_at":"2024-07-11T05:08:31.000Z","size":37531,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T16:01:55.042Z","etag":null,"topics":["assignment","data-science","ineuron-ai","ml","nlp","physics-wallah","project","pw-skills","python3","streamlit"],"latest_commit_sha":null,"homepage":"https://pw-assignment-solution.streamlit.app/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arv-anshul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-04T10:19:35.000Z","updated_at":"2024-07-11T05:08:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"350d3c9f-62e6-42ff-a0af-b1b9fa2cc259","html_url":"https://github.com/arv-anshul/pw-impact-batch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arv-anshul%2Fpw-impact-batch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arv-anshul%2Fpw-impact-batch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arv-anshul%2Fpw-impact-batch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arv-anshul%2Fpw-impact-batch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arv-anshul","download_url":"https://codeload.github.com/arv-anshul/pw-impact-batch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250257088,"owners_count":21400647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assignment","data-science","ineuron-ai","ml","nlp","physics-wallah","project","pw-skills","python3","streamlit"],"created_at":"2024-12-25T20:14:03.301Z","updated_at":"2025-04-22T14:25:05.733Z","avatar_url":"https://github.com/arv-anshul.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PW Impact Batch - Hindi\n\nThis 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.\n\n## Assignment Leaderboard 🥇\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./img/1.png\" width=\"30%\"\u003e\n  \u003cimg src=\"./img/2.png\" width=\"30%\"\u003e\n  \u003cimg src=\"./img/3.png\" width=\"30%\"\u003e\n\u003c/p\u003e\n\n## Additional Features 📌\n\n### Automate the assignment folder creation 🤖\n\nI created a [`python script`](./utils/assignment.py) to automate the downloading of the **pdf** file from the website and add to a new folder.\n\n```python\nfrom datetime import date\nfrom utils import AssignmentFolder\n\nf = AssignmentFolder(\n    date=date(2023, 3, 25),\n    url=\"https://drive.google.com/file/d/1cRhT10uk6tFLe7GNF0YJJ3-U2J8vnsLp/view?usp=sharing\",\n    type=\"file\"\n)\nf.make()\n```\n\n### Automate git commit shell command 🤖\n\nI also created another [`python script`](./utils/commit_assignment.py) to **automate the git commands** to commit the **solved** assignment.\n\n```bash\n# Provide filename and commit message\npython3 utils/commit_assignment.py --file-name February/07\\ Feb --commit-message \"Added 07 Feb assignment.\"\n```\n\nYou can skip the commit message. _Only applicable for assignment files_.\n\n```bash\npython3 utils/commit_assignment.py --file-name February/07\\ Feb\n\n# NOTE: The default commit message is \"Added \u003c\u003cfile_name\u003e\u003e assignment.\"\n```\n\n### Impact Batch Assignments Solution\n\n[![Streamlit Badge](https://img.shields.io/badge/Solutions-FF4B4B?logo=streamlit\u0026logoColor=fff\u0026style=flat-square)](https://pw-assignment-solution.streamlit.app/)\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"img/pw-assignments-solution-diagram.png\" alt=\"app-diagram\" title=\"App Diagram\" width=\"60%\"\u003e\u003c/p\u003e\n\n[![Assignment Solution Web Page](./img/assignment-solution-web-page.png)](https://pw-assignment-solution.streamlit.app/)\n\n### PW Courses Analysis\n\n1. [**Courses Syllabus Analysis**](https://github.com/arv-anshul/working-with-pw-api/blob/main/analysis/_course_analysis.ipynb)\n2. [**Live Courses Analysis**](https://github.com/arv-anshul/working-with-pw-api/blob/main/analysis/live_course_analysis.ipynb)\n3. [**All Courses Analytics**](https://github.com/arv-anshul/working-with-pw-api/blob/main/analysis/course_analytics.ipynb): Shows the top students in their respective courses.\n\n### PW Skills Experience Portal\n\nSee 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.\n\n[![Streamlit Badge](https://img.shields.io/badge/Streamlit-FF4B4B?logo=streamlit\u0026logoColor=fff\u0026style=flat-square)](https://arv-anshul-pw-experience-portal-streamlit-app-uvuzcn.streamlit.app)\n[![Github Badge](https://img.shields.io/badge/GitHub-181717?logo=github\u0026logoColor=fff\u0026style=flat-square)](https://github.com/arv-anshul/pw-experience-portal)\n\n### PW Skills API\n\nUsing **PW Skills API** I analyze all their courses in **Jupyter Notebook** and made a **streamlit app**.\n\n[![Streamlit Badge](https://img.shields.io/badge/Streamlit-FF4B4B?logo=streamlit\u0026logoColor=fff\u0026style=flat-square)](https://arv-anshul-working-with-pw-api-app-c056zb.streamlit.app)\n[![GitHub Badge](https://img.shields.io/badge/GitHub-181717?logo=github\u0026logoColor=fff\u0026style=flat-square)](https://github.com/arv-anshul/working-with-pw-api)\n\n## Created by [arv-anshul](https://github.com/arv-anshul)\n\n#### Check my other works 📎\n\n- Dashboard of **PW Skills Experience Portal** with `streamlit` and `python`. [Check here](https://github.com/arv-anshul/pw-experience-portal)\n\n- Dashboard of **PW Skills Courses** with `streamlit` and `python`. [Check here](https://github.com/arv-anshul/pw-courses-scrapper-app)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farv-anshul%2Fpw-impact-batch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farv-anshul%2Fpw-impact-batch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farv-anshul%2Fpw-impact-batch/lists"}