This repository tracks my daily Python practice as I build toward becoming a software engineer.
- day1.py — first program, input/output basics
- studmark.py — student grade finder using lists and dictionaries
- hello.py — restaurant bill calculator using functions
Started: May 2026 Goal: Solid Python fundamentals in 30 days
A command-line expense tracker with persistent JSON storage. Features: add expenses, view all, view total, filter by category.
A command-line contact manager with persistent JSON storage. Features: add, view, search, update, delete, filter by category, export to text file.