{"id":27557323,"url":"https://github.com/onyxwizard/learn_python","last_synced_at":"2025-04-19T20:58:36.584Z","repository":{"id":288220077,"uuid":"966947399","full_name":"onyxwizard/learn_python","owner":"onyxwizard","description":"Welcome to your Python learning journey on Exercism ! This README file is designed to help you track your progress through the Python concepts roadmap. Use the interactive checklist below to mark your progress and stay motivated! 💪","archived":false,"fork":false,"pushed_at":"2025-04-16T06:29:24.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-16T08:08:55.206Z","etag":null,"topics":["python","python-lambda","python3"],"latest_commit_sha":null,"homepage":"https://exercism.org/tracks/python/concepts/basics","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/onyxwizard.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-04-15T17:34:15.000Z","updated_at":"2025-04-16T06:29:28.000Z","dependencies_parsed_at":"2025-04-16T08:22:19.057Z","dependency_job_id":null,"html_url":"https://github.com/onyxwizard/learn_python","commit_stats":null,"previous_names":["onyxwizard/learn_python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxwizard%2Flearn_python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxwizard%2Flearn_python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxwizard%2Flearn_python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxwizard%2Flearn_python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onyxwizard","download_url":"https://codeload.github.com/onyxwizard/learn_python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249800519,"owners_count":21327045,"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","python-lambda","python3"],"created_at":"2025-04-19T20:58:35.837Z","updated_at":"2025-04-19T20:58:36.568Z","avatar_url":"https://github.com/onyxwizard.png","language":"Python","readme":"# 🚀 Learn Python Concepts - Tracker 🌟\n\nWelcome to your Python learning journey on [Exercism](https://exercism.org/tracks/python/concepts) ! This README file is designed to help you track your progress through the Python concepts roadmap. Use the interactive checklist below to mark your progress and stay motivated! 💪\n\n\n## 📋 Concepts Checklist\n\n### 🌱 Basics\n- 🌟 Learn the basic syntax of python\n- 🔢 Numbers: Understand integers, floats, and arithmetic operations.\n- 📝 Strings: Learn about string manipulation and formatting.\n- 🎭 Booleans: Explore truthy and falsy values.\n- ➕ Operators: Master arithmetic, comparison, and logical operators.\n- 🔁 Control Flow: Use `if`, `else`, and loops (`for`, `while`).\n- 🔄 Functions: Write reusable code with functions.\n\n### 🧠 Data Structures\n\n- 📦 Lists: Work with ordered collections of items.\n- 🔑 Dictionaries: Explore key-value pair structures.\n- 🧩 Tuples: Discover immutable sequences.\n- 🌀 Sets: Learn about unordered collections of unique items.\n\n### 🏗️ Advanced Concepts\n\n- 🎭 Classes and Objects: Dive into object-oriented programming.\n- 🔄 Iterators and Generators: Understand lazy evaluation.\n- 🧵 Concurrency: Explore threading and async programming.\n- 📊 Error Handling: Handle exceptions gracefully.\n\n### 🛠️ Functional Programming\n\n- 📉 List Comprehensions: Create lists in a concise way.\n- 🔄 Lambda Functions: Use anonymous functions effectively.\n- 🔨 Map, Filter, Reduce: Apply functional tools to data.\n\n### 🧪 Testing and Debugging\n\n- 🧪 Unit Testing: Write tests for your code.\n- 🐞 Debugging: Learn techniques to find and fix bugs.\n- 📈 Performance Optimization: Improve the efficiency of your programs.\n\n\n\n## 📈 Progress Tracker\n\n|Levels   | Solved  | Total  |   |\n|---|---|---|---|\n|Basics|0|7|0%|\n|Data Structures|0|4|0%|\n|Advanced Concepts|0|4|0%|\n|Functional Programming|0|3|0%|\n|Testing and Debugging|0|3|0%|\n\n\n\n## 🌟 Tips for Success\n\n1. **Stay Consistent** : Dedicate time every day or week to practice.\n2. **Ask Questions** : Use forums or communities if you're stuck.\n3. **Review Code** : Revisit your solutions to improve them.\n4. **Have Fun** : Enjoy the process of learning and experimenting! 🎉\n\n\n\n## 🙌 Acknowledgments\n\nThis tracker is inspired by the awesome content on [Exercism](https://exercism.org/tracks/python/concepts) . Special thanks to the contributors and mentors who make learning Python so engaging!\n\n\n\n## 📝 How to Use This Tracker\n\n1. **Mark Progress** : As you complete each concept, replace the `[ ]` with `[x]` to mark it as done.\n    - Example: `- [x] 🔢 Numbers`\n2. **Update the Progress Table** : Adjust the \"Completed\" column and calculate the percentage for each category.\n3. **Celebrate Milestones** : Use emojis like 🎉 or 🏆 to celebrate completing sections or the entire roadmap!\n\n\nHappy coding! 🚀✨","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyxwizard%2Flearn_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonyxwizard%2Flearn_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyxwizard%2Flearn_python/lists"}