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

Student Management System Project in Python

The document outlines a project titled 'Student Management System using Python and MySQL' completed for the Class XII Informatics Practices Board Examination. It describes the project's objectives, which include managing student records through various operations, and highlights the use of Python and MySQL for database management. The project serves as a practical application of programming and database concepts.
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 views9 pages

Student Management System Project in Python

The document outlines a project titled 'Student Management System using Python and MySQL' completed for the Class XII Informatics Practices Board Examination. It describes the project's objectives, which include managing student records through various operations, and highlights the use of Python and MySQL for database management. The project serves as a practical application of programming and database concepts.
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

CLASS XII – INFORMATICS PRACTICES (065)

BOARD EXAM PROJECT

Project Title: Student Management System using Python and MySQL


CERTIFICATE
This is to certify that this project titled “Student Management System using Python and MySQL”
has been successfully completed by the student as a part of the Class XII Informatics Practices
Board Examination.
ACKNOWLEDGEMENT
I would like to express my sincere gratitude to my Informatics Practices teacher for their guidance
and support. I also thank my school for providing the facilities required to complete this project.
INTRODUCTION
The Student Management System is a database-driven application developed using Python and
MySQL. The project helps in storing, managing, and retrieving student records efficiently.
ABOUT PYTHON
Python is a high-level, interpreted programming language known for its simple syntax and
readability. It is widely used for database applications, automation, and data handling.
ABOUT MySQL
MySQL is an open-source relational database management system that uses Structured Query
Language (SQL). It allows data to be stored in tables and provides fast and secure access to data.
OBJECTIVES OF THE PROJECT
• To add new student records
• To display student details
• To update student information
• To delete student records
• To demonstrate Python–MySQL connectivity
CONCLUSION
This project demonstrates the practical use of Python with MySQL for creating a real-life database
application. It helps in understanding database operations such as insert, update, delete, and
select.
BIBLIOGRAPHY
• Informatics Practices – CBSE Textbook
• MySQL Documentation
• Python Official Documentation

You might also like