A modern Python project setup guide replacing the 2020 Hypermodern Python recommendations. Covers using uv for dependency management and Python installation (replacing pyenv and Poetry), Ruff for linting and formatting (replacing black/flake8/isort), Pyright for type checking (replacing mypy), pytest for testing, and GitHub

21m read timeFrom rdrn.me
Post cover image
Table of contents
# Setup# Linting# Typing# Testing# Task runner# Documentation# CI/CD# Monorepo

Sort: