Code Style Guidelines (Python)
Python 2.5.2 is an older version of the Python programming language, but the same general principles apply for writing clean and readable code.
Indentation
Maximum Line Length
Imports
Whitespace
Comments
Naming Conventions
Functions and Methods
Classes
Exceptions
String formatting
Documentation
Last updated