Finance Tracker
Built with:
python
pandas
matplotlib

Table of Contents
Introduction
A finance tracker created in Python
- Went Live: 04 October 2024
- Problem statement: Create a finance tracker with python, pandas and plot a graph of transacations.
- Goal: Have the tracker in a functional state.
Activities
- creating a virtual environment
- installing required libraries
Images
Main Menu
Transacton Logs
Challenges & Solutions
The major problem I ran into was how to separate the functions required for the app and how to tie them with the related CSV
Lessons Learnt
I hadn’t gotten to the part in my Data Science course that uses pandas, this was a nice introduction to the library.
- How to work with
pandas
to read and write to csv - How to use
matplotlib
to plot graphs based on csv data
Conclusion
Delving into the data libraries of Python was interesting. This gave me a look at the kind of things I may doing later on. I think I will try to build this tracker with something else as well, for posterity.