Tag: #asyncio
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Message Queues & Async, Explained: Queue, Kafka, RabbitMQ, Redis, asyncio
From a plain FIFO queue to Kafka partitioned logs, RabbitMQ exchanges and routing, Redis lists, Pub/Sub, and Streams, and finally Python asyncio event loops. A clear, side-by-side intro to the core ideas behind message q
2026-07-03 · 11 min read #message-queue#kafka#rabbitmq#redis#asyncioPython 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#sqlalchemyPython 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#uv