PEP 8 — Style Guide for Python Code
PEP 8 -- Style Guide for Python Code
The official home of the Python Programming Language
www.python.org
PEP 257 — Docstring Conventions
PEP 257 -- Docstring Conventions
The aim of this PEP is to standardize the high-level structure of docstrings: what they should contain, and how to say it (without touching on any markup syntax within docstrings). The PEP contains conventions, not laws or syntax. "A universal convention supplies all of maintainability, clarity, consistency, and a foundation for good programming habits too.
www.python.org