0% found this document useful (0 votes)
109 views19 pages

Student Management System

python program for student management

Uploaded by

Kanishk Goyal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
109 views19 pages

Student Management System

python program for student management

Uploaded by

Kanishk Goyal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 19

Student management system

using python
Introduction
1.Brief overview of Student Management
Systems (SMS)
2.Importance of managing student
information efficiently
3.Introduction to the Python programming
language
Objectives
• Purpose of the Student Management System
• What the system aims to achieve
Features of the student Management system

• Adding a new student


• Viewing the list of students
• Searching for a specific student
• Updating student information
• Deleting a student
• Exiting the system
Tools and Technologies Used
• Basic Python concepts: loops, functions, and data
structures
• No external libraries or frameworks used
Code overview- display_menu

Function Definition:
• def display_menu(): declares a function named
display_menu with no parameters.
Menu Options:
• The menu includes six options, each numbered from 1 to
6.
• Options include adding a student, viewing students,
searching for a student, updating student information,
deleting a student, and exiting the program.
Input
Output
Adding a student -Input
Adding a student-Output
Viewing Students-input
Viewing Students-Output
Searching for student-Input
searching for a student-Output
Updating student information-input
Updating student information-Output
Deleting a student-Input
Deleting a student-Output
THANK YOU

You might also like