Used the Flask framework to create a mockup Banking Website from the user view
Implemented the following features: Checking account, Savings account, Stock shares, User Authentications
Utilized the 'yFinance' API to retrieve market data
Used SQLAlchemy to create a SQLite3 database and query data for updates, i.e. withdrawing/depositing funds, buying/selling shares, updating password/email/address
Built a small web-scraper with the ‘BeautifulSoup’ library that summarized and outputted the career
statistics of past/current NBA players that the user inputs
Filtered, extracted, and combined relevant data using ‘Pandas’ framework from 2 datasets on COVID
cases and country locations with 100+ entries
Mapped the data using ‘Folium’ package to create visual representation of COVID cases that accurately
depicted the proportion of cases in a given geographic location