#jinja2

[ follow ]
fromRealpython
4 days ago

Episode #280: Considering Fast and Slow in Python Programming - The Real Python Podcast

Christopher shares an article titled "The Uselessness of 'Fast' and 'Slow' in Programming." It digs into how the different aspects of software performance span a wide range of orders of magnitude, and how developers can obsess over irrelevant performance details, often losing more time working in suboptimal environments than building what they need with tools they already know. We also discuss an article about why uv is fast, which explains how most of its speed comes from engineering decisions rather than just being written in Rust.
Web frameworks
#fastapi
fromRealpython
2 months ago
Web frameworks

How to Serve a Website With FastAPI Using HTML and Jinja2 - Real Python

FastAPI can serve fully dynamic websites using HTMLResponse, StaticFiles, and Jinja2Templates with external CSS and JavaScript.
fromRealpython
2 months ago
Python

How to Serve a Website With FastAPI Using HTML and Jinja2 Quiz - Real Python

Builds dynamic websites using FastAPI and Jinja2 by returning HTML, serving static files, rendering templates with context, and adding CSS/JavaScript interactivity.
[ Load more ]