Has anyone ever worked or ever seen anyone developing custom reports with python?
For example, in Java we can easily create a report with iReport that has sample templates and create new templates with the drag-and-drop facility, filling with real-time data or a database.
/ p>I want a single language to do everything with it, data analysis and creation of desktop software with database and etc ...
The issue is that everything is very easy in Java, but data analysis and machine learning is not, I then decided to migrate to python but if I can not generate custom reports easily I will not migrate unfortunately.
Remembering that I do not want solutions like Jupyter, I really want my own software to generate the pdf report whenever I send it.
Does anyone know of any library that can help me?