On Wed, Jun 13, 2018 at 10:46 AM, Gregory Ewing <greg.ew...@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 -- https://mail.python.org/mailman/listinfo/python-list