Skip to main content

← All terms · Tooling

Black

Opinionated Python formatter. Stops bike-shedding about style — one command, one canonical form.

Learn this interactively:

Open lesson lesson-154

Related — Tooling

virtualenv / venvPer-project Python environment. Isolates dependencies so two projects can use dipipPython's package manager. `pip install requests` fetches from PyPI.requirements.txtPlain text list of dependencies, optionally pinned: `requests==2.31.0`. `pip inspyproject.tomlModern Python project config. Replaces setup.py + setup.cfg + (eventually) requiruffFast Rust-based Python linter. Replaces flake8 + isort + several plugins, ~100× mypyStatic type checker for Python. Catches type errors before runtime. Works best w