Uses the Jinja library to create report files on datasets
The goal of this project is for me to learn how to manipulate and read CSV files and API data to make simple and eventually more complex correlations between different data and information.
I will then use these skills with the Jinja library to make a competitive reporting program that makes printouts of organized data
The specific competetive reports this project generates are for AirBNBs in an area of the users choosing.
links and references: (More to be added as the project continues)
Data: -https://airbnb.com
Tutorials: -https://zetcode.com/python/jinja/ -https://jinja.palletsprojects.com/en/3.1.x/ -https://ttl255.com/jinja2-tutorial-part-1-introduction-and-variable-substitution/ -https://pbpython.com/pdf-reports.html
Initial basicLayout.html template based off of the following example for learning purposes: -https://linlinzhao.com/tech/2021/01/20/jinja-report.html