python-web · git:20260923.2988db2 · 2026-09-23 · sha256 9004c18a8d574d07
python-web git:20260923.2988db2A
Immutable. This exact content is served forever at /api/v1/blob/9004c18a8d574d07.
--- name: python-web description: "Build Python apps, APIs, and server UIs with Django, Litestar, FastAPI, Gradio, or NiceGUI." license: MIT metadata: kind: collection author: Médéric HURIER (Fmind) source: github.com/fmind/dot/tree/main/skills/python-web created: "2026-09-16" updated: "2026-09-23" --- # Python Web Applications Build the requested application in its existing framework. For new ordinary APIs use Litestar; choose Django for integrated ORM/admin/auth, or Gradio/NiceGUI for an appropriate Python interface. ## Workflow Read only the matching guide and its required resources. Use a known guide directly when shared prerequisites are not needed. ## Task guides <!-- guides:start --> - [django](references/django/GUIDE.md): Django applications, ORM, admin, authentication, and native testing. - [fastapi](references/fastapi.md): Existing or explicitly chosen FastAPI services and generated agent scaffolds. - [gradio](references/gradio.md): Gradio model demos and interactive interfaces. - [litestar](references/litestar/GUIDE.md): Litestar ASGI applications, request boundaries, and scaffolding. - [nicegui](references/nicegui.md): NiceGUI dashboards and general browser interfaces. <!-- guides:end -->