#htmlcssjavascript

[ follow ]
#fastapi
fromRealpython
1 day 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
1 day 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 ]