🏦 CodeBank – CS50P Final Project
CodeBank is a command-line banking application developed in Python as my final project for Harvard University's CS50P (CS50's Introduction to Programming with Python).
The application demonstrates the use of object-oriented programming and allows users to:
✅ Create a new bank account
✅ Login securely using an account number and PIN
✅ Deposit money
✅ Withdraw money
✅ Check account balance
✅ Change account PIN
This project was built entirely in Python and helped me strengthen my understanding of classes, objects, functions, loops, conditionals, and input validation.
Source Code:
https://github.com/lakshaykhanna16/codebank
Course:
CS50P – CS50's Introduction to Programming with Python
Harvard University
Thank you to Professor David J. Malan and the entire CS50 team for creating such an incredible course.
#Python #CS50P #Harvard #Programming #PythonProject #ObjectOrientedProgramming #Developer #ComputerScience