-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationduplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew 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
Add New Exercises for Python Dictionaries
📌 Description
We currently have limited dictionary exercises.
This issue focuses on adding more problems that cover:
- Nested dictionaries
- Dictionary comprehensions
- Real-world dictionary problems (e.g., word frequency, data mapping)
🎯 Goals
- Expand the repository with diverse dictionary-focused exercises.
- Help learners practice nested structures and comprehensions.
- Provide real-world problem-solving examples using dictionaries.
- Strengthen learners’ understanding of Python’s most important data structure.
🤝 How to Contribute
- Fork this repository.
- Create a new branch for your changes (e.g.,
feature/add-dictionary-exercises
). - Add new exercises inside the
basics/dictionaries/
folder. - Follow the naming convention:
exercise_X.py
. - Each exercise file should contain:
- A problem statement in comments.
- Example input/output (if possible).
- A starter code or function signature.
- Commit your changes and push the branch.
- Open a Pull Request (PR) with details of your contribution.
💡 Please ensure your exercises are:
- Beginner-friendly but thought-provoking
- Well-documented with examples
- Clear and easy to follow
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationduplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew 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