What is PEP 8?

PEP 8 is Python's style guide. 

It's a set of rules for how to format your Python code to maximize its readability. Writing code to a specification helps to make large code bases, with lots of writers, more uniform and predictable, too. 

PEP is actually an acronym that stands for Python Enhancement Proposal.

Comments