A Guide to dbt Macros - Purpose, Benefits, and Usage
A guide explaining dbt macros, their purpose, benefits, and how to use them to write reusable, standardized SQL code in data transformation projects.
A guide explaining dbt macros, their purpose, benefits, and how to use them to write reusable, standardized SQL code in data transformation projects.
A Python Frederick meetup on automating document creation using Python-docx and Jinja templates, inspired by Practical Business Python.
A tutorial on building a minimal, Jinja-inspired text templating library in Python from scratch, covering lexers, parsers, and interpreters.
A developer shares their experience using Pelican, a Python-based static site generator, to build a website, highlighting the learning curve with Jinja and CSS.
A tutorial on building a web application with HTML forms and templates using the FastAPI framework and Jinja templating engine.