I developed a simple Course Management System in Python that manages students and courses
:The project is structured into three main files
system_manager.py: handles adding and removing students
course.py: manages course-related logic
main.py: the main entry point of the system
:Key highlights
Applied Object-Oriented Programming (OOP) principles
Organized code into modular and reusable components
Designed a simple, extensible structure for educational management