Cs Project Sample
Cs Project Sample
BAREILLY
SESSION: 2024-25
Practical File
ADARSH PANDEY
XII- PCM(A)
CERTIFICATE
This is to certify that the project on
“STUDENT FEE MANAGEMENT SYSTEM”
submitted to DELHI PUBLIC SCHOOL,
BAREILLY by ADARSH PANDEY of class
XII- PCM(A) with the partial fulfillment of
requirements for the award of Senior
Secondary in Computer Science, embodies the
reward of his own work carried out under my
supervision and guidance.
S.NO. TOPICS
3. ABOUT BACKEND(MySQL)
5. CODING
6. SCREENSHOTS
7. CONCLUSION
8. REFERENCES
PROJECT
SYNOPSIS
OBJECTIVE
PROJECT CATEGORY
RESOURCES USED
Python IDLE
MySQL 3.7
Python and MySQL connector
PROJECT DESCRIPTION
Add Student
Pay Fee
Update Details
Existing records
Fields:
FIELD NAME DATA TYPE
Student_id char(3)
name Varchar(20)
char(5)
class_name
int(10)
fee
Amount_paid Int(10)
DATE_Paid Varchar(12)
HISTORY:
In May 2000, Guido van Ross um and the Python core development
team moved to Be-open.com to form the Be Open Python Labs team. In
October of the same year, the Python Labs team moved to Digital
Creations, which became Zope Corporation. In 2001, the Python
Software Foundation was formed, a non-profit organization created
specifically to own Python-related Intellectual Property. Zope
Corporation was a sponsoring member of the PSF.
Guido van Ross um, the creator of the Python language, named the
language after the BBC show "Monty Python's Flying Circus". He
doesn't particularly like snakes that kill animals for food by winding
their long bodies around them and crushing them.
FEATURES OF PYTHON:
3. Portable
Python programs work on any platforms without requiring any
changes at all if you are careful enough to avoid any system-
dependent features.
4. Interpreted
Python does not need compilation to binary. It just runs the
program directly from the source code. Internally, Python
converts the source code into an intermediate form called byte
codes and then translates this into the native language of
computer and then runs it.
5. Object Oriented
Python supports procedure-oriented programming as well as
object-oriented programming. In object-oriented languages, the
program is built around objects which combine data and
functionality.
6. Extensive Libraries
Along with this Python comes inbuilt with a wide array of
modules as well as libraries which allows it to support many
different programming languages like Java, C, C++, and JSON.
ABOUT BACKEND (MySQL)
FEATURES OF MYSQL:
1. Free and Open Source
Any individual or enterprise may freely use, modify, publish, and
expand on Oracle’s open-source MySQL code base. The software
is released under the GNU General Public License (GPL).
For MySQL code needing to be integrated or included in a
commercial application (or if open-source software is not a
priority), enterprises can purchase a commercially licensed
version from Oracle.
4. Portable
MySQL also provides a facility that the clients can run on the same
computer as the server or on another computer.
5. High Flexibility
MySQL supports a large number of embedded applications, which
makes MySQL very flexible.
6. Memory Efficiency
Its efficiency is high because it has a very low memory leakage
problem.
OPERATING SYSTEM:-
WINDOWS 7 OR ABOVE
PROCESSOR: -
PENTIUM (ANY) OR AMD ATHALON (DUAL CORE)
RAM:-
8 GB (RECOMMENDED)
HARD DISK:-
500 GB (MINIMUM)
SOFTWARES:-
Front End: PYTHON 3.X
Back End: MySQL 5.X.X
CODING
Student Fee Management Database
and Functions.
ADD STUDENT
UPDATE DETAILS
PAY FEES
SHOW EXISTING RECORD
CONCLUSION