A demo project for practicing precise logic, data handling, and secure, maintainable code with Python.
- Customer account management
- Transaction summaries
- Safe decimal handling
- CRUD operations
- Testable functions
git clone https://github.com/yourname/banking-demo.git
cd banking-demo
python -m venv venv
# On Mac/Linux:
source venv/bin/activate
# On Windows (PowerShell):
venv\Scripts\activate
pip install -r requirements.txt