DEV Community

Cover image for Day 21 of 90 Days of Code β€” Student Management System in Python
momina raheel (Moona)
momina raheel (Moona)

Posted on

Day 21 of 90 Days of Code β€” Student Management System in Python

πŸš€ 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)