Style Guidelines and Developer Tools: Difference between revisions
From EDURange
Jump to navigationJump to search
Jwgranville (talk | contribs) Added preliminary conventions list |
Jwgranville (talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
=== Conventions === | === Conventions === | ||
* PEP 8 | * [https://peps.python.org/pep-0008/ PEP 8] - Style Guide for Python Code | ||
* PEP 241 | * [https://peps.python.org/pep-0020/ PEP 20] - The Zen of Python | ||
* PEP 257 | * [https://peps.python.org/pep-0241/ PEP 241] - Metadata for Python Software Packages | ||
* [https://peps.python.org/pep-0257/ PEP 257] - Docstring Conventions | |||
See also [[Reference Materials]]. |
Latest revision as of 23:57, 10 June 2025
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.