Generate reports in Python

wxjmfauth at gmail.com wxjmfauth at gmail.com
Thu Aug 11 04:30:28 EDT 2016


Le jeudi 11 août 2016 07:21:42 UTC+2, Ernest Bonat, Ph.D. a écrit :
> Hi,
> 
> I'm looking for best modules/practices to generate reports (HTML, PDF, etc)
> in Python. Good ideas are very appreciated.
> 
> Thanks
> 
> Ernest Bonat, Ph.D.
> Senior Software Engineer
> Senior Data Scientist


To produce a PDF, locally.

For me, the best way is to use Python to produce a .tex file,
a plain text file, and then compile or let compile this file with
a TeX engine.

I do not see to much how a library can beat that approach, unless it
duplicates what TeX does.

A Xe(La)TeX user.



More information about the Python-list mailing list