{"id":27137081,"url":"https://github.com/asit-14/python-programming","last_synced_at":"2026-05-03T22:32:55.764Z","repository":{"id":220836094,"uuid":"752720818","full_name":"Asit-14/Python-Programming","owner":"Asit-14","description":"This repository contains all the programs and resources we will use to learn Python programming. It also includes various modules, Python libraries, and several project examples to enhance our learning experience.","archived":false,"fork":false,"pushed_at":"2025-08-26T07:09:55.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T09:13:28.455Z","etag":null,"topics":["matplotlib","modules","numpy","pandas","python","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Asit-14.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":"2024-02-04T16:15:43.000Z","updated_at":"2025-08-26T07:09:59.000Z","dependencies_parsed_at":"2024-08-02T20:25:56.844Z","dependency_job_id":null,"html_url":"https://github.com/Asit-14/Python-Programming","commit_stats":null,"previous_names":["asitshakya789/python-programming","asit-14/python-programming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Asit-14/Python-Programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asit-14%2FPython-Programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asit-14%2FPython-Programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asit-14%2FPython-Programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asit-14%2FPython-Programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asit-14","download_url":"https://codeload.github.com/Asit-14/Python-Programming/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asit-14%2FPython-Programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275358875,"owners_count":25450444,"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","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["matplotlib","modules","numpy","pandas","python","tkinter"],"created_at":"2025-04-08T03:26:51.754Z","updated_at":"2025-09-16T03:53:11.978Z","avatar_url":"https://github.com/Asit-14.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐍 Python-Programming\n\nWelcome to the **Python-Programming** repository!  \nHere you'll find a comprehensive collection of Python programs, modules, libraries, and project examples—perfect for learning Python from the basics to advanced topics.\n\n---\n\n## 📦 Repository Structure\n\n```\nPython-Programming/\n├── 📁 Basics\n├── 📁 Collage program\n├── 📁 File Handling\n├── 📁 Function\n├── 📁 GUI\n│    └── Button.py\n├── 📁 Home work\n├── 📁 Matplolib\n├── 📁 Numpy\n├── 📁 Pandas\n├── 📁 Tkinter\n├── 📁 control flow\n├── 📁 list\n├── 📁 loops\n├── 📁 modules\n├── 📁 oprerators\n├── 📁 pattern\n└── 📄 README.md\n```\n\n---\n\n## 📝 Table of Contents\n\n- [📖 About](#about)\n- [🚀 Getting Started](#getting-started)\n- [📚 Modules](#modules)\n- [🧰 Libraries](#libraries)\n- [🔨 Projects](#projects)\n- [🤝 Contributing](#contributing)\n- [🛡️ License](#license)\n- [📬 Contact](#contact)\n\n---\n\n## 📖 About\n\nThis repository is built to help you learn Python programming through practical examples.  \nWhether you're a beginner or experienced developer, you'll find resources here to deepen your understanding of Python concepts and real-world applications.\n\n---\n\n## 🚀 Getting Started\n\nClone the repository to your local machine:\n\n```bash\ngit clone https://github.com/Asit-14/Python-Programming.git\ncd Python-Programming\n```\n\nRun any Python file using:\n\n```bash\npython filename.py\n```\n\n---\n\n## 📚 Modules\n\nExplore the core Python modules:\n\n- 🟢 Basics\n- 🔵 Control Flow\n- 🟠 Loops\n- 🟣 Functions\n- 🟡 Lists\n- ⚫ Operators\n- 🟤 Patterns\n- 🟩 File Handling\n\nEach module folder contains sample programs, explanations, and exercises.\n\n---\n\n## 🧰 Libraries\n\nLearn how to use popular Python libraries:\n\n- 🧮 **NumPy** — Fast numerical computations\n- 📊 **Pandas** — Data analysis and manipulation\n- 📈 **Matplotlib** — Data visualization\n- 🖼️ **Tkinter** — GUI development\n\nFind sample usage and exercises in their respective folders.\n\n---\n\n## 🔨 Projects\n\nExplore real-world programs and project examples in the  \n`Collage program/` and `Home work/` folders.\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! To add new programs, improve docs, or suggest new modules/libraries:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature/my-feature`)\n3. Commit your changes\n4. Open a pull request\n\nCheck our [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n---\n\n## 🛡️ License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## 📬 Contact\n\nFor questions, suggestions, or collaboration:\n\n- **GitHub**: [Asit-14](https://github.com/Asit-14)\n- **Issues**: [Open an Issue](https://github.com/Asit-14/Python-Programming/issues)\n\nHappy learning and coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasit-14%2Fpython-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasit-14%2Fpython-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasit-14%2Fpython-programming/lists"}