Style Guidelines and Developer Tools

From EDURange
Revision as of 23:57, 10 June 2025 by Jwgranville (talk | contribs) (Conventions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Resources[edit | edit source]

Conventions[edit | edit source]

  • PEP 8 - Style Guide for Python Code
  • PEP 20 - The Zen of Python
  • PEP 241 - Metadata for Python Software Packages
  • PEP 257 - Docstring Conventions


See also Reference Materials.