Modern Python Tooling in 2026: Package Managers, Type Checkers, and Speed
A complete guide to modern Python tooling in 2026: uv, Poetry, and pip; mypy, Pyright, ty, and Pyrefly; plus free-threading, t-strings, and Polars vs Pandas.
A complete guide to modern Python tooling in 2026: uv, Poetry, and pip; mypy, Pyright, ty, and Pyrefly; plus free-threading, t-strings, and Polars vs Pandas.
Build a Python monorepo with uv workspaces: one shared lockfile and virtualenv, cross-package imports, per-package builds, and the gotchas I hit doing it.
Step-by-step uv tutorial: create a real Python CLI project, manage deps, run tests, lint with ruff, build a wheel, and ship it in Docker — from scratch.
uv vs Poetry compared head-to-head — install speed, lock file resolution, feature comparison, plus pip benchmarks. Which Python package manager should you use …