PEP 8: The Python Style Guide That Rules Them All
TL;DR
PEP 8 defines Python’s official coding style guide, emphasizing readability with 4-space indentation, descriptive naming conventions, and the principle that “code is read much more often than it is written.”