Style Guidelines and Developer Tools: Difference between revisions
From EDURange
Jump to navigationJump to search
Jwgranville (talk | contribs) No edit summary |
Jwgranville (talk | contribs) Added Reference Materials link |
||
Line 6: | Line 6: | ||
* [https://peps.python.org/pep-0241/ PEP 241] - Metadata for Python Software Packages | * [https://peps.python.org/pep-0241/ PEP 241] - Metadata for Python Software Packages | ||
* [https://peps.python.org/pep-0257/ PEP 257] - Docstring Conventions | * [https://peps.python.org/pep-0257/ PEP 257] - Docstring Conventions | ||
See also [[Reference Materials]]. |
Revision as of 21:44, 21 May 2025
Resources
Conventions
- PEP 8 - Style Guide for Python Code
- PEP 241 - Metadata for Python Software Packages
- PEP 257 - Docstring Conventions
See also Reference Materials.