Student Record Management System Using Python
- Version
- Download 17
- File Size 443.56 KB
- File Count 1
- Create Date 12 August 2025
- Last Updated 12 August 2025
Student Record Management System Using Python
M.NAGA KEERTHI, PENKI SHYAMALA
Assistant Professor, Department Of MCA, MCA Final Semester,
Master of Computer Applications,
Sanketika Vidya Parishad Engineering College, Vishakhapatnam, Andhra Pradesh, India
Abstract:
The Python-Based Student Record Management System is a simple yet efficient application designed to manage student data using file handling in Python. This system allows users to perform basic CRUD (Create, Read, Update, Delete) operations on student records stored in a text file. Users can add new students by entering details such as roll number, name, branch, and year; view all stored records; search for a student by roll number; update existing records; and delete specific student entries. The program ensures persistent storage by maintaining the data in a plain text file (students.txt), enabling retrieval even after the program is closed. The intuitive menu-driven interface ensures ease of use, making it suitable for small-scale educational institutions or personal record management needs.
Index Terms: Python, Student Record Management, File Handling, CRUD Operations, Data Storage, Text File, Command-Line Interface, Education Management System, Data Retrieval, Persistent Storage
Download