-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
Expand README with Exercise Roadmap
📌 Description
The current README provides a good overview, but it would be much more helpful for learners if we include a clear roadmap of the exercises. This roadmap should categorize exercises into Beginner, Intermediate, and Advanced, so contributors and learners know where to start.
✅ Tasks
- Add a "Roadmap" section in README
- Categorize exercises into:
- Beginner (basic syntax, strings, lists, loops)
- Intermediate (functions, dictionaries, sets, file handling)
- Advanced (OOP, decorators, algorithms, projects)
- Add bullet points with links to each exercise file
- Ensure formatting is consistent with Markdown style
🤝 How to Contribute
- Fork the repository
- Add/Update the README.md with a roadmap section
- Submit a Pull Request with a short description of your changes
💡 Example
### 🚀 Roadmap
- Beginner: Exercises 1–50
- Intermediate: Exercises 51–120
- Advanced: Exercises 121–200
## 🎯 Goal
Make the README more learner-friendly and provide a clear path for mastering Python.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested