{"id":31809106,"url":"https://github.com/allanotieno254/-python-mastery-from-novice-to-ninja","last_synced_at":"2025-10-11T05:18:52.858Z","repository":{"id":312776197,"uuid":"964163036","full_name":"AllanOtieno254/-Python-Mastery-From-Novice-to-Ninja","owner":"AllanOtieno254","description":"This course encompasses over 70 meticulously crafted lessons, each focusing on a specific Python topic, complete with practical examples and projects.","archived":false,"fork":false,"pushed_at":"2025-09-01T22:21:22.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T00:21:07.406Z","etag":null,"topics":["class","dictionary","files","functions","gui","if","inheritance","labels","lambda","lists","map","python","sort","string","time","variables","zip"],"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/AllanOtieno254.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-10T19:34:24.000Z","updated_at":"2025-09-01T22:21:26.000Z","dependencies_parsed_at":"2025-09-02T00:21:12.020Z","dependency_job_id":"55e90e81-9cb8-4dcd-9702-449bb68bebcc","html_url":"https://github.com/AllanOtieno254/-Python-Mastery-From-Novice-to-Ninja","commit_stats":null,"previous_names":["allanotieno254/-python-mastery-from-novice-to-ninja"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/AllanOtieno254/-Python-Mastery-From-Novice-to-Ninja","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanOtieno254%2F-Python-Mastery-From-Novice-to-Ninja","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanOtieno254%2F-Python-Mastery-From-Novice-to-Ninja/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanOtieno254%2F-Python-Mastery-From-Novice-to-Ninja/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanOtieno254%2F-Python-Mastery-From-Novice-to-Ninja/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AllanOtieno254","download_url":"https://codeload.github.com/AllanOtieno254/-Python-Mastery-From-Novice-to-Ninja/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanOtieno254%2F-Python-Mastery-From-Novice-to-Ninja/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006350,"owners_count":26084084,"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-10-11T02:00:06.511Z","response_time":55,"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":["class","dictionary","files","functions","gui","if","inheritance","labels","lambda","lists","map","python","sort","string","time","variables","zip"],"created_at":"2025-10-11T05:18:47.582Z","updated_at":"2025-10-11T05:18:52.852Z","avatar_url":"https://github.com/AllanOtieno254.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐍 Python Mastery: From Novice to Ninja\n\nWelcome to the **Python Mastery** repository—a complete journey through Python programming, designed to take you from the basics to advanced concepts. This course encompasses over 70 meticulously crafted lessons, each focusing on a specific Python topic, complete  with practical examples and projects.\n\n---\n\n## 📚 Course Overview\n\nThis course is structured to provide a progressive learning experience, covering fundamental concepts, data structures, control flow, functions, object-oriented programming, advanced topics, and GUI development.\n\n---\n\n## 🗂️ Table of Contents\n\n### 1. **Fundamentals**\n\n* Variables\n* Multiple Assignment\n* String Methods\n* Type Casting\n* User Input\n* Math Functions\n* String Slicing\n\n### 2. **Control Flow**\n\n* If Statements\n* Logical Operators\n* While Loops\n* For Loops\n* Nested Loops\n* Break, Continue, Pass\n\n### 3. **Data Structures**\n\n* Lists\n* 2D Lists\n* Tuples\n* Sets\n* Dictionaries\n* Indexing\n\n### 4. **Functions**\n\n* Defining Functions\n* Return Statement\n* Keyword Arguments\n* Nested Function Calls\n* Variable Scope\n* \\*args and \\*\\*kwargs\n* String Formatting\n\n### 5. **Modules and File Handling**\n\n* Random Numbers\n* Exception Handling\n* File Detection\n* Reading Files\n* Writing Files\n* Copying, Moving, Deleting Files\n* Modules\n\n### 6. **Projects**\n\n* Rock, Paper, Scissors Game\n* Quiz Game\n\n### 7. **Object-Oriented Programming**\n\n* Classes and Objects\n* Class Variables\n* Inheritance\n* Multilevel Inheritance\n* Multiple Inheritance\n* Method Overriding\n* Method Chaining\n* Super Function\n* Abstract Classes\n* Objects as Arguments\n* Duck Typing\n\n### 8. **Advanced Topics**\n\n* Walrus Operator\n* Functions as Variables\n* Higher-Order Functions\n* Lambda Functions\n* Sorting\n* Map, Filter, Reduce\n* List and Dictionary Comprehensions\n* Zip Function\n* `if __name__ == '__main__'`\n\n### 9. **Concurrency and GUI**\n\n* Time Module\n* Threading\n* Daemon Threads\n* Multiprocessing\n* GUI Windows\n* Labels\n* Buttons\n* Entry Boxes\n* Checkboxes\n\n---\n\n## 🚀 Getting Started\n\nTo get started with this course:\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/AllanOtieno254/python-full-course.git\n   ```\n2. **Navigate to the Directory:**\n\n   ```bash\n   cd python-full-course\n   ```\n3. **Run the Python Scripts:**\n\n   ```bash\n   python lesson_number.py\n   ```\n\n   Replace `lesson_number.py` with the specific lesson file you wish to run.\n\n---\n\n## 🛠️ Prerequisites\n\n* Python 3.x installed on your system.\n* A code editor like [Visual Studio Code](https://code.visualstudio.com/) or [PyCharm](https://www.jetbrains.com/pycharm/).\n* Basic understanding of programming concepts is helpful but not required.\n\n---\n\n## 📁 Project Structure\n\nThe repository is organized into directories corresponding to each lesson, making it easy to follow along and find specific topics.\n\n```\npython-full-course/\n├── 01_variables/\n├── 02_multiple_assignment/\n├── 03_string_methods/\n├── ...\n├── 70_checkboxes/\n└── README.md\n```\n\n---\n\n## 🎯 Objectives\n\nBy the end of this course, you will:\n\n* Have a solid understanding of Python programming.\n* Be able to write clean and efficient Python code.\n* Understand and implement object-oriented programming concepts.\n* Handle files and exceptions effectively.\n* Develop GUI applications using Python.\n* Work with advanced Python features and modules.\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! If you have suggestions, improvements, or additional resources to add, feel free to fork the repository and submit a pull request.\n\n---\n\n## 📬 Contact\n\nFor any questions or feedback, please reach out via [email@example.com](mailto:email@example.com).\n\n---\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallanotieno254%2F-python-mastery-from-novice-to-ninja","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallanotieno254%2F-python-mastery-from-novice-to-ninja","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallanotieno254%2F-python-mastery-from-novice-to-ninja/lists"}