PEP 8 – Style Guide for Python Code (opens in new tab)
This document gives coding conventions for the Python code comprising the standard library in the main Python distribution. Please see the companion informational PEP describing style guidelines for the C code in the C implementation of Python.
Read the original article