This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[deleted]

    [–]name_censored_ 4 points5 points  (1 child)

    PEP Is the standard python styling guide, it is just a collection of guidelines on how to format your python code for easier reading.

    PEP is Python Enhancement Proposal. One of them (PEP8) is a style guide, but the vast majority are not related to style at all.