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