Skip to content

Python

Status: 🟢 Active  |  Owner: Python Guild

Enterprise Python standards. Python 3.12 is the current recommendation. Python 3.10 is the minimum.

Quick Reference

Topic Standard
Version 3.12 (recommended), 3.10 minimum
Package manager Poetry (services), pip-tools (simple scripts)
Formatter black
Linter ruff
Type checker mypy (strict mode)
Test framework pytest
Web framework FastAPI (APIs), Django (full-stack)

Last reviewed: 2025-Q4  |  Owner: Python Guild