pep8 Re: Posting warning message

Chris Angelico rosuav at gmail.com
Tue Jun 12 20:52:33 EDT 2018


On Wed, Jun 13, 2018 at 10:46 AM, Gregory Ewing
<greg.ewing at canterbury.ac.nz> wrote:
> 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.

Many of its recommendations are good to follow in code written in
other languages, too :)

ChrisA



More information about the Python-list mailing list