Live analytics interface
This project aimed to create a user interface that allows the user to see analytics based on their selection. This project was completed using Python. https://colab.research.google.com/drive/17dMv4IEtHUwd1oaStrJWBDkVoC7ehSFZ
The result was a program that gives the user a menu and provides information upon user input. This project taught me how to organize code in order to best create a user interface that allows them to input a desired value to output a certain analytic. Additionally, it taught me to write code that does not produce errors when incorrect/invalid inputs are provided.