









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
IP 12th final project Database management with Python
Typology: Study Guides, Projects, Research
1 / 17
This page cannot be seen from the preview
Don't miss anything!










Submitted To: Er. GAGANDEEP KAUR
Submitted By:
DANISH MAKKAR
CLASS : XII
ROLL NO. :
Subject: Computer Science / Data Science
Tools Used: Python, Pandas, Matplotlib
Submitted By: Name: Danish Makkar Class : XII Roll No: ______
Submitted To: Teacher’s Name: Er. GAGANDEEP KAUR
School : GGN PUBLIC SCHOOL
Academic Year: 2025 – 26
Acknowledgement
I would like to express my sincere gratitude to my teacher for their guidance and support throughout the completion of this project. I also thank my parents and friends for their encouragement and help.
Abstract
This project demonstrates a Bank Management System developed using Python. The system uses Pandas for managing banking data and Matplotlib for data visualization. It allows users to create accounts, deposit and withdraw money, check balances, and visualize account data using graphs. The project also uses CSV file handling to store data permanently.
Objectives of the Project
Software Requirements
Language Python 3 Libraries Pandas, Matplotlib IDE VS Code / PyCharm / Jupyter OS Windows / Linux / macOS
Features of the System
Source Code
Output PROGRAME RUNNING SUCCESSFULLY
4.Withdrawal confirmation
5.Check Balance
Conclusion
The Bank Management System using Python is a simple and effective project that performs basic banking operations such as account creation, deposit, withdrawal, and balance enquiry. It uses Pandas for data management and Matplotlib for graphical representation of bank data. The project stores data permanently using CSV files, ensuring accuracy and reliability. This project helped in understanding real-world applications of Python and data visualization. It can be further enhanced by adding more features in the future.