-
Notifications
You must be signed in to change notification settings - Fork 1
Description
This repository contains multiple Python projects and practice problems, but the overall structure and documentation can be improved to make it more beginner-friendly and organized.
Current Issues:
No clear folder structure for different categories (beginner, intermediate, projects)
Missing README files inside individual project folders
Lack of proper project descriptions and usage instructions
No contribution guidelines for others
Suggested Improvements:
Organize folders into:
basics/
projects/
practice/
Add a README.md in each project explaining:
What the project does
How to run it
Example output
Create a main README section listing all projects with links
Add CONTRIBUTING.md for contributors
Benefits:
Makes repository more professional
Easier for beginners to understand and use
Improves chances for collaboration and visibility
Labels: enhancement, documentation