Project On Teacher Management Class 12 Computer Science
Project On Teacher Management Class 12 Computer Science
COMPUTER SCIENCE
PROJECT ON
TEACHER MANAGEMENT SYSTEM
FOR
AISSCE 2024-2025 EXAMINATION
SUBMITTED BY
KARTIK SHARMA
XII-A
CERTIFICATE
_______________ ____________
TEACHER’S SIGNATURE External Examiner
INDEX
1. ACKNOWLEDEGEMENT
2. CERTIFICATE
3. INTRODUCTION
7. CODING
8. OUTPUT SCREENSHOT
9. BIBLIOGRAPHY
INTRODUCTION
The project will primarily deal with the records related to teacher i.e.
personal details, subjects taught, qualifications, and employment history
etc. Searching based on personal details, teacher Id, subjects and other
criteria. Entering the records, further changes and Deletion of any record
would also be possible in the program. The knowledge of tables in
MySQL, Functions, File handling, Exception Handling in python will be
used to create a fully functional program accepting an input processing
according to user demand and giving the proper output
Files imported in Project
import mysql.connector
print(f{row[0]}\t{row[1]}\t\t{row[2]}\t{row[3]}\t\t{row[4]}\t\t{row[5]}
")
except Exception as e:
print(f"Error fetching records: {e}")
TO ADD RECORD
TO DISPLAY ALL RECORD
SEARCH BY ID
UPDATE RECORD
CURRENT VERSION
UPDATED VERSION
DELETE RECORD
EXISTING RECORD
DELETION PROCESS
NEW RECORD
EXIT
BIBLIOGRAPHY
For the sucessfull completetion of our project we have taken help from
the following: