[Tutor] Help for Python

dn PythonList at DancesWithMice.info
Sun Jun 25 19:49:35 EDT 2023


On 23/06/2023 22.44, majid butt wrote:
> What i need now is to attach a report template so that i can give retrieved data to this template and generate a report so that i can read the report and take a hard copy print of that report. Could you please provide me the name of a third-party tool (other than Excel & Pdf) from where i can design a template and tell me the code to integrate this template with Python. I am basically designing Ledger reports for an accounting software which requires multi page report.



3 Python template libraries compared
Does your next Python project need a templating engine to automatically 
generate HTML? Here are a few options.
By Jason Baker
April 27, 2018 | 5 min read
https://opensource.com/resources/python/template-libraries

The one I've used most-often: https://pypi.org/project/Jinja2/

Python.org's wiki page (hasn't been updated in years) 
https://wiki.python.org/moin/Templating

-- 
Regards,
=dn


More information about the Tutor mailing list