Title: Grade Book Management System
Description:
This Python program manages a grade book using classes Student
, Course
, and GradeBook
.It allows adding students and courses, registering students for
courses with grades, calculating GPA, ranking students, searching by GPA range, saving data to JSON, and loading data from files.
It's interactive, offering options via a menu-driven interface for managing educational data efficiently.