Jump to content

Python Style Guide: Difference between revisions

From Slow Like Wiki
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"
(No difference)

Revision as of 14:35, 31 March 2024

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