Month: January 2022

Jinja a template based python library for beautiful and interactive reports

Jinja is a python library used for reporting purposes. First, we design the report on the template file. While designing we use placeholders and when we actually bind this template with data the placeholder value replace with the original value. Jinja basic information. What is template based library? How to install jinja? Jinja delimiters. Example …

Jinja a template based python library for beautiful and interactive reports Read More »

Python reporting libraries | Python reporting tools to generate interactive and beautiful reports

Python is a very rich language in the terms of reporting libraries. In python, you can use many libraries to build interactive and beautiful reports. In all these libraries there is one library in common which is pandas. Below are the few important python reporting libraries Jinja2 Datapane Reportlab Pandas + Excel / Html FPDF …

Python reporting libraries | Python reporting tools to generate interactive and beautiful reports Read More »