{"id":25123643,"url":"https://github.com/abdullahrfa/140_python_basic_program","last_synced_at":"2025-04-02T16:41:52.144Z","repository":{"id":275480622,"uuid":"926179619","full_name":"AbdullahRFA/140_Python_basic_program","owner":"AbdullahRFA","description":"This repository contains a collection of 140+ Python programs covering a wide range of fundamental concepts and problem-solving techniques. It is designed to help beginners and intermediate learners strengthen their Python skills through hands-on practice.","archived":false,"fork":false,"pushed_at":"2025-03-15T03:37:15.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T04:24:20.951Z","etag":null,"topics":["advanced-programs","algorithms-and-problem-solving","basic-python-programs","checking-armstrong-numbers","checking-if-a-number-is-prime","dictionaries","file-handling","finding-factorial-using-recursion","finding-happy-numbers","finding-the-area-of-a-triangle","functions-and-recursion","generating-disarium-numbers","generating-fibonacci-sequences","lists","matrix-addition","multiplication","object-oriented-programming","transposition","tuples"],"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/AbdullahRFA.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":"2025-02-02T18:31:06.000Z","updated_at":"2025-03-15T03:37:18.000Z","dependencies_parsed_at":"2025-03-15T06:00:35.390Z","dependency_job_id":null,"html_url":"https://github.com/AbdullahRFA/140_Python_basic_program","commit_stats":null,"previous_names":["abdullahrfa/140_python_basic_program"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahRFA%2F140_Python_basic_program","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahRFA%2F140_Python_basic_program/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahRFA%2F140_Python_basic_program/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahRFA%2F140_Python_basic_program/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdullahRFA","download_url":"https://codeload.github.com/AbdullahRFA/140_Python_basic_program/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246852732,"owners_count":20844463,"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":["advanced-programs","algorithms-and-problem-solving","basic-python-programs","checking-armstrong-numbers","checking-if-a-number-is-prime","dictionaries","file-handling","finding-factorial-using-recursion","finding-happy-numbers","finding-the-area-of-a-triangle","functions-and-recursion","generating-disarium-numbers","generating-fibonacci-sequences","lists","matrix-addition","multiplication","object-oriented-programming","transposition","tuples"],"created_at":"2025-02-08T07:17:11.475Z","updated_at":"2025-04-02T16:41:52.119Z","avatar_url":"https://github.com/AbdullahRFA.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 140+ Python Programs for Practice\n\nThis repository contains a collection of **140+ Python programs** covering a wide range of fundamental concepts and problem-solving techniques. It is designed to help beginners and intermediate learners strengthen their Python skills through hands-on practice.\n\n## 📌 About This Collection\n\nThis collection includes basic and intermediate Python programs that cover:\n\n- **Basic Syntax and Operations**\n- **Mathematical Computations**\n- **Conditional Statements and Loops**\n- **Functions and Recursion**\n- **Working with Lists, Tuples, and Dictionaries**\n- **File Handling**\n- **Object-Oriented Programming**\n- **Algorithms and Problem Solving**\n\nEach program is written in a simple and structured way to help learners understand key programming concepts effectively.\n\n## 📂 Program Categories\n\nHere are some of the topics covered:\n\n1. **Basic Python Programs**\n\n   - Printing \"Hello Python\"\n   - Arithmetic operations (addition, division, etc.)\n   - Swapping variables with and without a temp variable\n\n2. **Mathematical Programs**\n\n   - Finding the area of a triangle\n   - Checking if a number is prime\n   - Generating Fibonacci sequences\n   - Finding factorial using recursion\n\n3. **Conversions and Computations**\n\n   - Converting kilometers to miles\n   - Converting Celsius to Fahrenheit\n   - Calculating LCM and HCF\n   - Finding the natural logarithm of a number\n\n4. **Data Structures \u0026 Operations**\n\n   - Sorting words in alphabetical order\n   - Finding the largest/smallest number in a list\n   - Removing empty lists from a list\n   - Cloning or copying lists\n\n5. **Advanced Programs**\n   - Checking Armstrong numbers\n   - Finding Happy numbers\n   - Generating Disarium numbers\n   - Matrix addition, multiplication, and transposition\n\n## 🚀 How to Use\n\n1.  Clone this repository:\n\n    ```sh\n    git clone https://github.com/AbdullahRFA/140_Python_basic_program.git\n\n    ```\n\n2.  Navigate to the project directory:\n\n        cd python-practice\n\n3.  Run any Python script:\n\n        python program_name.py\n\n# 📖 Who Can Use This?\n\n• Beginners looking to get started with Python programming\n• Students preparing for coding interviews\n• Developers who want to brush up on Python concepts\n\n# 📢 Contributions\n\nIf you would like to contribute by adding more practice problems, feel free to fork this repository, make changes, and submit a pull request.\n\n# 📜 License\n\nThis project is licensed under the MIT License – you are free to use and modify the code.\n\n# Happy coding! 🚀\n\nReplace `your-username` with your GitHub username before uploading it. Let me know if you need modifications! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahrfa%2F140_python_basic_program","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullahrfa%2F140_python_basic_program","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahrfa%2F140_python_basic_program/lists"}