In this project, I built a student result management system using python in a google colaboratory (jupyter notebook) environment.
With the student result management system you can:
- Store student names and scores
- Add new student records
- Update existing student scores
- Search for student records
- Automatically calculate grades
- Display all student records
- Generate class performance statistics.
I added a functional and interactive menu system, where all the above functions can be easily implemented.