I have listed some of the interesting python related topics and programs that I came across and would be fun for those who are learning python. Feel free to add basic python scripts that helped you learn python. Remember that making comments in the projects is helpful for learning.
- Add your own project in the repository: - create an individual subfolder named with the projects title - add project in folder - make README file explaining project functionality - add username into README file
- Add helpful comments in higher level projects
- Add test cases for testing new changes
- Fork the project and work with the code to learn
- Fork the given project- How?
- Make a folder named after your program
- Add your program file
- Edit README.md- Index Section and add your program name as follows: Name of the Program- your full name
- in README.md write about the purpose of the project and concepts or data structures used
- Start the repo & you are done!