CS Project File 24 25
CS Project File 24 25
CS Project File 24 25
PROJECT REPORT ON
“__________________”
ROLL NO :
NAME :
CLASS :
1
TABLE OF CONTENTS
1 Certificate
2 Acknowledgement
3 Introduction
5 Proposed system
8 Flowchart
9 Source Code
10 Output Screens
12 Requirements
13 Bibliography
Certificate
This is to certify that ___________________________________ student of class
XII (Science) has successfully prepared the report on the Project entitled
“__________________________________________” under the guidance of
Mrs. Bhuvanalakshmi (PGT Computer Science). The report is the result of his
efforts & endeavours. The report is found worthy of acceptance as final Project
report for the subject Computer Science of class XII (Science).
2
Signature of Internal Examiner Signature of External Examiner
Signature of Principal
3
Acknowledgement
Apart from the efforts of me, the success of any project depends largely on the encouragement and
guidelines of many others. I take this opportunity to express my gratitude to the people who have been
instrumental in the successful completion of this project.
I express deep sense of gratitude to almighty God for giving me strength for the successful
completion of the project.
I express my deep sense of gratitude to the luminary The Principal, Nathella Vidhyodaya,
Ambattur has been continuously motivating and extending their helping hand to us.
My sincere thanks to M.Bhuvanalakshmi, A guide, Mentor all the above a friend, who critically
reviewed my project and helped in solving each and every problem, occurred during implementation of
the project
4
Introduction
5
Python Overview:-
Features of Python :-
1.Easy :-
Python is a very easy to learn and understand; using this python tutorial, any
beginner can understand the basics of python.
2.Interpreted :-
It is interpreted (executed) line by line. This makes it easy to test and debug.
3.Object Oriented :-
The python programming language supports classes and objects.
5.Portable :-
Since it is open source, we can run python on windows, mac, linux, or any other
6
platforms. Our programs will work without needing to the changed for every machine.
7.Large Library :-
Python provides us with a large standard library. We can use it to implement a
variety of functions without needing to reinvent the wheel every time. Just pick the
code we need and continue. This lets us to focus on other important tasks.
Advantages of Python :-
1. Extensible :-
2. Portable
3. Free & Open-Source
4. Readable
5. Embeddable
6. Improved Productivity
7. Simple and Easy
8. Object Oriented
9. Interpreted
10.Extensive Libraries
1. Point your web browser to the download page on the Python website
(www.python.org).
2. Select the latest Windows x86 MSI Installer and click on the link to download
the .msi installer.
3. Run the installer.
4. Select „Install for all users‟ and click the Next > button.
5. Keep the default option (C:\Python32\) as the destination directory and click
Next > again.
6. Don‟t make any changes in the „Customize Python 3.2.3‟ dialog, just click
Next > again.
7. Click Yes if asked if this program should be allowed to install software on your
system.
7
8. Click the Finish button when installation completes.
8
About MySql :-
9
Objective of the project
The objective of this project is
10
Proposed System
The aim of our project is
11
System Development Life Cycle (SDLC)
The System Development Life Cycle as used in the construction of the
server appliance.
PLANNING ANALYSIS
SUPPORT DESIGN
IMPLEMENTATION
12
Module used and their purposes
13
Flow-chart
14
Source Code
15
16
Output Screens
17
18
Limitations and Future Scope
Limitations :-
Future Scope :-
19
Requirements
Hardware required :-
Software required :-
20
Bibliography
1. www.wikipedia.com
2. www.slideshare.net
3. www.geeksforgeeks.org
4. www.google.com
5. Computer Science with Python by Peerthi Arora Class XIIth(Book)
21
Thank You!!
22