0% found this document useful (0 votes)
16 views11 pages

INDEX

Ih

Uploaded by

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

INDEX

Ih

Uploaded by

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

INDEX

SR.NO TOPIC

1 Introduction
2 Hardware and Software
3 Modules used in programs
4 Output screen
5 Databases
6 Conclusion
7 Bibliography
INTRODUCTION
The Student Management is a Python-based application designed to make it
easier for schools to manage student information. The system helps
administrators add, update, view, and delete student records, including
personal details and grades. Instead of storing data in simple files, this system
uses SQL (Structured Query Language) to organize and manage student data
in a database. This makes it easier to handle large amounts of information and
quickly find or update records.

By using Python and SQL, the system ensures that student data is stored
securely and can be accessed or changed without errors. The project also uses
basic programming principles like organizing code and making sure data is
safe and easy to work with. In the future, the system could be expanded with
features like tracking attendance or grades, or even a user-friendly interface.

Overall, the Student Management is a simple, effective tool for managing


student data, and it demonstrates how Python and SQL can be used together
to solve real-world problems.
SOFTWARE AND HARDWARE
REQUIRED
HARDWARE
• Desktop computer/laptop
• Mobile phone
• Pen drive

SOFTWARE

• Python
• MySQL
• Python connector
OUTPUT SCREEN
#add () [from module info]

#update () [from module info]

#search () [from module info]


#delete () [from module info]

#view () [from module info]

#add () [from module health_report]


#update () [from module health_report]

#view () [from module health_report]

#delete () [from module health_report]


#add () [from module academics]

#display () [from module academics]


#search () [from module academics]

#delete () [from module academics]

#update () [from module academics]


#search () [from module attendance]
CONCLUSION
The Student Management System built in Python effectively
simplifies the management of student data, allowing for easy
registration, updating, and deletion of student records. By
utilizing core programming concepts such as file handling and
object-oriented design, the system provides a reliable and
efficient solution for managing student information. This project
lays the groundwork for future improvements, such as adding
advanced features or a user interface, and demonstrates the
practical application of Python in real-world systems.
BIBLOGRAPHY
• computer science with Sumita Arora
• computer science with Preeti Arora
• WWW.Wikipedia.com
• www.Google.com
• https://www.mysql.com/
• www.python.org
• Under the guidance of subject teacher

You might also like