Jump to content

Python Style Guide

From Slow Like Wiki
Revision as of 14:35, 31 March 2024 by Rob (talk | contribs) (Created page with "See https://peps.python.org/pep-0008/ * indent with four spaces * up to 79 characters per line * up to 72 characters per comment line * use blank lines to group code")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

See https://peps.python.org/pep-0008/

  • indent with four spaces
  • up to 79 characters per line
  • up to 72 characters per comment line
  • use blank lines to group code