This repository contains two Python scripts developed to analyze financial and election data using only core Python libraries
python-challenge/ ├── PyBank/ │ ├── Resources/ │ │ └── budget_data.csv │ ├── analysis/ │ │ └── financial_analysis.txt # Output file │ └── main.py │ ├── PyPoll/ │ ├── Resources/ │ │ └── election_data.csv │ ├── analysis/ │ │ └── election_results.txt # Output file │ └── main.py
MOd 3 Challenge