Style Guidelines and Developer Tools: Difference between revisions

From EDURange
Jump to navigationJump to search
Blanked the page
Tag: Blanking
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Resources ==


=== Conventions ===
* [https://peps.python.org/pep-0008/ PEP 8] - Style Guide for Python Code
* [https://peps.python.org/pep-0020/ PEP 20] - The Zen of Python
* [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.