Wyciąganie danych finansowych za pomocą API i tworzenie specyficznych raportów. Projekt realizowany w ramach zajęć "Projekt zespołowy" prowadzony na uczelni WSB Merito w semestrze 7 (kierunek: Informatyka, grupa: I_IV_NW_ARIT2).
app.py and flask_sql_connection.py seem to be almost the same thing - large parts of code that are duplicated like fetch_currency_data - find ways to reduce that unnecessary repetition.
app.py
andflask_sql_connection.py
seem to be almost the same thing - large parts of code that are duplicated likefetch_currency_data
- find ways to reduce that unnecessary repetition.