π Day 21 of 90 Days of Code β Student Management System in Python
Hey everyone! π
Welcome to Day 21 of my 90 Days of Code journey.
Today I worked on building a Student Management System in Python to practice Object-Oriented Programming (OOP).
π‘ What this project does
This simple system allows you to:
- β Add new student records
- π View all students
- π Search for a student by roll number
- β Delete a student record
Itβs completely beginner-friendly and helps understand classes, objects, and menu-driven programs in Python.
π GitHub Repository
You can check out the complete code here:
π Day 21 β Student Management System
π Why this project?
I chose this project because itβs a real-world example of handling data and a great practice for OOP fundamentals. It also sets the stage for more advanced projects where we can add file handling, GUI, or even database integration.
π Whatβs Next?
On Day 22, Iβll continue with another beginner-friendly Python project that builds on these concepts. Stay tuned for more updates in the series!
Top comments (0)