FIRST PAGE
School Name
School logo
Computer Science Project
Session – 2024-25
Project Name
Under the Guidance of:
NAME:
CLASS:
REGISTRATION NO.
SECOND PAGE
CONTENTS
SL. NO. TOPIC PAGE NO.
1 Certificate
2 Acknowledgement
3 Hardware and Software Requirement
4 Introduction
5 Python Source Code
6 Database Tables
7 Outputs
8 References
THIRD PAGE
School logo in the middle
CERTIFICATE
This is to certify that (Name), (Registration no. -) of (class& Section ) of (School Name) have successfully completed the
project on the Topic: “topic name” under the guidance of during the year 2024-25 in partial fulfilment of the Computer
Science Practical examination conducted by CBSE.
______________ _____________________ ____________________
External Principal Internal
FOURTH PAGE
ACKNOWLEDGMENT
I would like to express my special thanks of gratitude to my teacher (Teacher’s Name) as well as our principal sir (Principal
Sir,s name) who gave me this golden opportunity to do this wonderful project on the topic [Project Name], which also
helped me in doing a lot of research and I came to know about so many new things I am really thankful to them.
Name Of the Student
FIFTH PAGE
Hardware and Software Requirement
#Software Specifications:
Operating System: - Windows 7 or Up
Platform: - Python IDLE 3.12 64 bit
Database: - MySQL
Language: - Python
#Hardware Specifications:
Processor: - Intel i5 12th Generation
Hard Disk: - 512 GB
RAM: - 8 GB RAM
SIXTH PAGE
Introduction
Introduction of your project.
What is your project about
Purpose of your project
Advantage of the project
Disadvantage of the project
SEVENTH PAGE
Source Code
#This import code needs to be written at the beginning of this page for all projects
import [Link]
DB=[Link](host="localhost", user="root", password="MYSQL_PASSWORD",
database="DATABASE_NAME" )
C=[Link]()
# FUNCTIONS
Functions related to the project to be written in Python
NEXT PAGE
Database
All table query output screenshots taken from MYSQL application with respective Table headings.
NEXT PAGE
Output
All python coding output screenshots taken from Python application for respective users with respective headings.
LAST PAGE
Reference
• Computer Science with Python Class XI by Sumita Arora
• Computer Science with Python Class XII by Sumita Arora
• Python ([Link])
• MySQL ([Link])