Web Development Using Flask - Part 1
Web development in Python using the Flask framework
Jinja2 is a quick, efficient templating language for Python. It is modelled on Django's templates and has whole unicode support, auto-escaping and a discretionary integrated sandboxed execution environment.
I’m looking for a programmer expert in dashboards and online reports. We are developing an online software application in Python. The user inputs a file with the data. Our software processes the data and returns two files in output: - An Excel file (xlsx) with several sheets inside holding data (numbers and labels) and charts - A PDF file (created from a bunch of HTML pages) holding the verbal interpretation of the numbers in the Excel file These two files together form the report our software produces. This project is about showing the report online, in form of a dashboard, allowing some functionalities for the reader. The image attached to this post shows a rough idea of the layout I’d like to have. The dashboard has several panels, each showing some numbers, charts, text, et...
Web development in Python using the Flask framework
On Login, Sessions, Flush Messages, and Custom Error Handlers in Flask