{"id":30047325,"url":"https://github.com/ayushdebugz/python-edu-kit","last_synced_at":"2026-05-03T23:31:50.521Z","repository":{"id":307027070,"uuid":"1028066965","full_name":"ayushdebugz/python-edu-kit","owner":"ayushdebugz","description":"A collection of beginner-friendly Python programs for students and self-learners. Educational and open-source.","archived":false,"fork":false,"pushed_at":"2025-07-29T01:51:26.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-31T03:45:42.972Z","etag":null,"topics":["ayush-jha","ayushdebugz","beginner-project","education","educational-repository","git","github","open-source","python","python-programs"],"latest_commit_sha":null,"homepage":"https://ayushjha.co.in","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayushdebugz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-07-29T01:42:39.000Z","updated_at":"2025-07-29T03:52:54.000Z","dependencies_parsed_at":"2025-07-29T03:41:17.707Z","dependency_job_id":"4b48192f-9364-488e-b356-35b4b12cbc49","html_url":"https://github.com/ayushdebugz/python-edu-kit","commit_stats":null,"previous_names":["ayushdebugz/python-edu-kit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayushdebugz/python-edu-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushdebugz%2Fpython-edu-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushdebugz%2Fpython-edu-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushdebugz%2Fpython-edu-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushdebugz%2Fpython-edu-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayushdebugz","download_url":"https://codeload.github.com/ayushdebugz/python-edu-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushdebugz%2Fpython-edu-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32589027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ayush-jha","ayushdebugz","beginner-project","education","educational-repository","git","github","open-source","python","python-programs"],"created_at":"2025-08-07T09:39:17.351Z","updated_at":"2026-05-03T23:31:50.514Z","avatar_url":"https://github.com/ayushdebugz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"python-banner.png\" width=\"600\" alt=\"Python Educational Repository\"\u003e\n\u003c/p\u003e\n\n\n\n# 📚 Python Programs For Students – Educational Repository\n\nWelcome to this open-source repository, a **curated collection of beginner to intermediate Python programs** designed for **students, educators, and self-learners**. Each program includes a clearly stated objective and focuses on strengthening Python fundamentals.\n\nAll content is publicly accessible for learning, practice, and enhancement.\n\n---\n\n## 🔍 Objectives\n\n- Provide a learning base with practical examples.\n- Help beginners understand programming logic through real use cases.\n- Encourage open learning and collaboration in the Python community.\n\n---\n\n## 🗂️ Program List with Objectives\n\n| No. | Program Name | Objective |\n|-----|--------------|-----------|\n| 1 | `Alphabet-Numeric.py` | Program \"Generating Alpha-Numeric Strings Based On User Entered Data\" Take input as a string from the user Running the function |\n| 2 | `Calculator.py` | Program \"Calculator Based On User Operation\" Program make a simple calculator that can add, subtract, multiply and divide using functions This function adds two numbers |\n| 3 | `Characters-Counter.py` | Program \"Counting Digits \u0026 Alphabets\" |\n| 4 | `Even-Odd.py` | Even Odd Program using Modulus Operator |\n| 5 | `HappyNumber.py` | Python program to check a number is a Happy number or not A happy number is a positive integer that eventually reaches 1 when repeatedly replaced by the sum of the squares of its digits. If the process results in an infinite loop that does not include 1, the number is considered unhappy (or sad). |\n| 6 | `Inches-CM.py` | Program Converting Inches To Cms And vice-versa |\n| 7 | `Leap\u0026Non-Leap.py` | Program To Check If \"Leap Year\" Or \"Not\" |\n| 8 | `Matrix Calculation.py` | Program To Calculate Matrices Multiplications |\n| 9 | `NumberTest.py` | Program To Determine Minimum, Average \u0026 Maximum NUM |\n| 10 | `RadiuS Of CirclE.py` | Program To Calculate Area Of Circle |\n| 11 | `Rock-Paper-Scissors-Game.py` | --| ROCK PAPER SCISSORS GAME \n| 12 | `SortingByID.py` | PrograM Sorting Elements By 'ID' Using Tuples |\n| 14 | `WateRStateS.py` | Program To Predict Water States |\n| 15 | `Whole Numbers-To-Roman-Numbers.py` | Program To Convert Whole Number [0-n] To Roman Values |\n\n\u003e ✅ More programs Shall Be included in the repository. Each file has its purpose and logic commented at the beginning.\n\n---\n\n## 🚀 Getting Started\n\nTo try out the programs:\n\n```bash\ngit clone https://github.com/your-username/python-edu-kit.git\ncd python-edu-kit\npython3 filename.py\n```\n\n---\n\n## 📢 Contribute\n\n- Fork the repo 🍴\n- Improve code, add new programs or enhance documentation\n- Make a Pull Request ✅\n\n---\n\n## 🔓 License\n\nThis repository is licensed under the [MIT License](https://opensource.org/licenses/MIT). Use freely for education and learning purposes.\n\n---\n\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushdebugz%2Fpython-edu-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayushdebugz%2Fpython-edu-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushdebugz%2Fpython-edu-kit/lists"}