How to generate Reports with Python automatically - 4: PDF directly

Welcome to our new Generate Reports with Python automatically series. You’ll generate an example report in different formats. In this Part 4 video, we’ll generate reports as PDF directly. GitHub Repo with code: Part 1: Overview Part 2: Excel Part 3: HTML (with template) & HTML to PDF ▶️Part 4: PDF directly Technologies that will be used ☑️ JupyterLab (Notebook) ☑️ pandas ☑️ Jinja2 ☑️ WeasyPrint ☑️ FPDF Links mentioned in the video ►FPDF Minimal Example: #minimal-example ►Python Interactive Dashboards with Plotly Dash: ►Python Interactive Dashboards with Plotly Dash - Qu
Back to Top