Tag: #pydantic
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 posts
Python Backend Frameworks 2026 Complete Guide — FastAPI · Litestar · Starlette · Sanic · Quart · Robyn · Django Ninja · BlackSheep Deep Dive
A one-shot overview of the Python backend framework ecosystem as of May 2026. Covers ASGI/WSGI frameworks like FastAPI, Litestar, Starlette, Sanic, Quart, Robyn, Django Ninja, BlackSheep, and Falcon 4; the JIT and free-t
2026-05-16 · 23 min read #python#backend#fastapi#litestar#starlettePython Ecosystem 2026 Deep-Dive — Python 3.13 · FastAPI · Django 5 · Litestar · SQLAlchemy 2 · Polars · Pydantic 2 · Ruff · uv · mypy
A 2026-05 snapshot of the entire Python ecosystem in one post. Python 3.13 free-threaded build and JIT, FastAPI / Django 5 / Litestar / Flask 3 / Sanic / Robyn, SQLAlchemy 2 with Polars / DuckDB / pandas 2, the Pydantic
2026-05-16 · 20 min read #python#fastapi#django#litestar#sqlalchemyModern Python in 2026 — Python 3.13 / 3.14 / free-threaded / uv / Ruff / Polars 1.0 / FastAPI / Litestar / Robyn deep-dive
In 2026 Python is the first time in 30 years that the language has crossed two huge inflection points at once. The first is the language itself — Python 3.13 brought the free-threaded preview and the JIT preview, and 3.1
2026-05-16 · 29 min read #python#python-3-13#python-3-14#free-threaded#jitPython Complete Guide — FastAPI, AsyncIO, Pydantic, uv, Polars, AI Engineering (Season 2 Ep 5, 2025)
Python used to be the "slow, GIL-locked" language. The 2024-2025 Python is a completely different beast — free-threading (No-GIL) experiment, JIT compiler, the revolutionary uv package manager, Polars with a Rust-backed
2026-04-15 · 11 min read #python#fastapi#asyncio#pydantic#uvPydanticAI Practical Guide: Why Python Teams Adopt It for Production Agents in 2026
A practical guide to PydanticAI for teams that need Python-first agent systems, model portability, durable workflows, observability, and evaluation in production.
2026-04-12 · 6 min read #pydantic#pydantic-ai#python#ai-agent#mcpPython Backend 2025 Complete Guide: FastAPI vs Django, Async Patterns, and AI Service Architecture
Everything about Python backend! FastAPI vs Django comparison, async/await patterns, Pydantic v2 validation, SQLAlchemy 2.0, Celery task queues, AI service architecture (LangChain+FastAPI), performance optimization, and
2026-03-23 · 18 min read #python#fastapi#django#async#uvicorn