0% found this document useful (0 votes)
8 views26 pages

Computer PRJ .Final

Uploaded by

Violetviyi 576
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views26 pages

Computer PRJ .Final

Uploaded by

Violetviyi 576
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 26

JAWAHAR HIGHER SECONDARY

SCHOOL, NEYVELI

COMPUTER SCIENCE PROJECT

BANK MANAGEMENT

DONE BY :
1.NIVITHA SHALI . R.S
2.NIVETHA . C.K
INDEX
BONAFIDE CERTIFICATE
ACKNOWLEDGEMENT
INTRODUCTION
ABOUT MYSQL
BANK MANAGEMENT SYSTEM
PROJECT IN PYTHON
SOURCE CODE
CONCLUSION
BIBLIOGRAPHY
BONAFIDE CERTIFICATE

NAME : NIVITHA SHALI. R.S

CLASS : XII-J

SUBJECT : COMPUTER SCIENCE

REGISTRATION NUMBER :

This is to certify that the above - mentioned student of


class XII – J, Jawahar Higher Secondary School, Neyveli has
completed the COMPUTER SCIENCE project during the
academic year 2024-2025 for the AISSCE as prescribed by
CBSE.

SUBMITTED ON :

INTERNAL EXAMINER EXTERNAL EXAMINER


ACKNOWLEDGEMENT

I wish to express my sincere gratitude to our Principal,


Mrs.M.Sethumani for providing all facilities to complete this
project successfully.

I extend my hearty thanks to our Computer Science Teacher,


Mrs. A.M Vasanthi, for her valuable guidance and support in
completing this project work.

I would also like to extend my sincere thanks to my parents


and friends who helped me with their valuable suggestions
and guidance in project completion
introduction
Python is an interpreted, object-oriented, high-level
programming language with dynamic semantics. Its high-
level built in data structures, combined with dynamic
typing and dynamic binding, make it very attractive for
Rapid Application Development, as well as for use as a
scripting or glue language to connect existing components
together. Python's simple, easy to learn syntax emphasizes
readability and therefore reduces the cost of program
maintenance. Python supports modules and packages,
which encourages program modularity and code reuse. The
Python interpreter and the extensive standard library are
available in source or binary form without charge for all
major platforms, and can be freely distributed.

Since there is no compilation step, the edit-test-debug


cycle is incredibly fast. Debugging Python programs is
easy: a bug or bad input will never cause a segmentation
fault. Instead, when the interpreter discovers an error, it
raises an exception. When the program doesn't catch the
exception, the interpreter prints a stack trace
About MYSQL
MySQL is a fast, easy-to-use RDBMS being used for many
small and big businesses. MySQL is developed, marketed
and supported by MySQL AB, which is a Swedish company.
MySQL is becoming so popular because of many good
reasons-

MySQL is released under an open-source license. So


you have nothing to pay to use it.

MySQL is a very powerful program in its own right. It


handles a large subset of the functionality of the most
expensive and powerful database packages
MySQL uses a standard form of the well-known SQL
data language
MySQL works on many operating systems and with
many languages including PHP, PERL, C, C++, JAVA, etc.
MySQL works very quickly and works well even with
large data sets
MySQL is very friendly to PHP, the most appreciated
language for web development
MySQL is customizable. The open-source GPL license
allows programmers to modify the MySQL software to
fit their own specific environments.
Bank Management System
Project in Python

Bank Management System project is written in Python.


The project file contains a python script (main.py) and a
database file. This is a simple console based system
which is very easy to understand and use. Talking about
the system, it contains all the basic functions which
include creating a new account ,view account holders
record, withdraws and deposit amount, balance inquiry,
closing an account and edit account details. In this mini
project, there is no such login system. This mean she/she
can use all those available features easily without any
restriction. It is too easy to use, he/she can check the
total bank account records easily

Talking about the features of the Bank Management


System, a user can create an account by providing the
name of the account holder, number, selecting amount
type (Saving account or Current account) and providing
an initial amount more than or equal to 500. Then the
user can also deposit and withdraw money just by
providing his/her account and entering the amount. For
certain purpose, he/she can also check for the balance
inquiry which displays the account number and amount.
He/she can also view all the account holder’s list .
Another feature is that he/she can modify their account
detail and type if they want to.
source code
output
Conclusion
Bank Management System is based on dot NET and is a major
project fro students. It is used to Keep the records of clients
employee etc in Bank. The bank management system is an
application for maintaining a person C/S account in a bank.
The system provides the access to the customer to create an
account, deposit/withdraw the cash from his account, also to
view reports of all accounts present. The following
presentation provides the specification for the system
bibliography

You might also like