Cameron Simpson wrote:
PEP8 is a style recommendation for Python code:

 https://www.python.org/dev/peps/pep-0008/

Specifically, it's a style guide for *code in the Python
standard library*, as it says in the Introduction:

This document gives coding conventions for the Python code comprising
> the standard library in the main Python distribution.

Some of its recommendations are also good to follow in
general Python code, but whether you do so is entirely
up to you.

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to