June 2010
Beginner
361 pages
10h 2m
English
Authors: Guido van Rossum, Barry Warsaw
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.[26].
This document was adapted from Guido's original Python Style Guide essay,[27] with some additions from Barry's style guide.[28] Where there's conflict, Guido's style rules for the purposes of this PEP. This PEP may still be incomplete (in fact, it may never be finished <wink>).
One of Guido's key insights is that code is read much more often than it is written. ...
Read now
Unlock full access