{"id":27979348,"url":"https://github.com/mutuajoseph/python-fundamentals","last_synced_at":"2025-05-13T15:20:19.809Z","repository":{"id":291917516,"uuid":"979207718","full_name":"mutuajoseph/Python-Fundamentals","owner":"mutuajoseph","description":"A step-by-step learning journey through Python Fundamentals","archived":false,"fork":false,"pushed_at":"2025-05-07T07:14:33.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T07:44:22.796Z","etag":null,"topics":["python","pythonbasics"],"latest_commit_sha":null,"homepage":"","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/mutuajoseph.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-05-07T06:54:14.000Z","updated_at":"2025-05-07T07:28:18.000Z","dependencies_parsed_at":"2025-05-07T07:54:33.295Z","dependency_job_id":null,"html_url":"https://github.com/mutuajoseph/Python-Fundamentals","commit_stats":null,"previous_names":["mutuajoseph/python-fundamentals"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutuajoseph%2FPython-Fundamentals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutuajoseph%2FPython-Fundamentals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutuajoseph%2FPython-Fundamentals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutuajoseph%2FPython-Fundamentals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mutuajoseph","download_url":"https://codeload.github.com/mutuajoseph/Python-Fundamentals/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252989937,"owners_count":21836666,"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":["python","pythonbasics"],"created_at":"2025-05-08T02:52:21.581Z","updated_at":"2025-05-13T15:20:19.798Z","avatar_url":"https://github.com/mutuajoseph.png","language":"Python","readme":"# Python Learning Project\n\nA step-by-step learning journey through Python fundamentals.\n\n## Overview\n\nThis repository contains code examples and notes for learning Python programming fundamentals. The content is organized by learning days, with each day focusing on specific concepts.\n\n## Learning Progress\n\n### Day One\n- Installing Python\n- Creating and running Python files\n- Python comments and basic syntax\n\n### Day Two\n- Variables and their usage\n- Data types (primitive and non-primitive)\n- Operators (arithmetic, comparison, logical, assignment)\n\n### Day Three\n- Control Flow statements:\n  - If, if-else, elif conditions\n  - Nested if statements\n  - While loops\n  - For loops\n  - Break, continue, and pass statements\n- Functions:\n  - Function definition and calling\n  - Return values\n  - Parameters and arguments\n\n### Day Four\n- Data Structures:\n  - Lists (creation, indexing, slicing, adding/removing elements)\n  - Tuples (immutable collections)\n  - Sets (unique collections)\n  - Dictionaries (key-value pairs)\n  - Range objects\n\n### Day Five\n- Object-Oriented Programming concepts\n- Working with classes and objects\n\n## Files in this Repository\n\n- [app.py](app.py): Introduction to Python basics with simple print statements\n- [day_two.py](day_two.py): Comprehensive examples of variables, data types, and operators\n- [day_three.py](day_three.py): Examples of control flow statements and functions\n- [day_four.py](day_four.py): Examples of Python data structures\n- [day_five.py](day_five.py): Introduction to Object-Oriented Programming\n- [notes.txt](notes.txt): Outline of topics covered by day\n- [LICENSE](LICENSE): MIT License for this project\n\n## Challenges\n\nThe repository includes programming challenges to practice Python concepts:\n\n- **Challenge One**: Building a library management system with classes for Person, Student, Book, and Librarian, demonstrating inheritance principles.\n\n## Getting Started\n\nTo run these examples, you need Python installed on your system. You can run any of the Python files using:\n\n```bash\npython app.py\n# or\npython day_two.py\n# or\npython day_three.py\n# or\npython day_four.py\n# or\npython day_five.py\n```\n\n## Examples\n\nThe repository includes practical examples like:\n- Basic printing and calculations\n- Variable assignment and manipulation\n- Rectangle calculator (user input, calculations, and output)\n- Control flow demonstrations with loops and conditionals\n- Function definitions with various parameter types\n- Data structures implementation and manipulation\n- Object-oriented programming implementations\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutuajoseph%2Fpython-fundamentals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmutuajoseph%2Fpython-fundamentals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutuajoseph%2Fpython-fundamentals/lists"}