This pack contains 3 projects that demonstrate:
- Data entry from: CSV, JSON, MySQL, MongoDB
- Processing with: Pandas
- Charts with: Matplotlib (saved as PNG)
- Export to: CSV, JSON, MySQL, MongoDB, PNG
- Install:
pip install -r requirements.txt
- Run an easy script:
cd scriptspython easy_expense_analytics.py
- Outputs appear in:
output/
For MySQL/MongoDB: edit connection strings inside scripts.
index.html– hub pageproject_easy.html– Easy projectproject_moderate.html– Moderate projectproject_difficult.html– Difficult projectscripts/– Python starter scriptsdata/– sample datasets