Style Guidelines and Developer Tools: Difference between revisions

From EDURange
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
Style Guidelines  go here
== Resources ==
 
=== Conventions ===
 
* [https://peps.python.org/pep-0008/ PEP 8] - Style Guide for Python Code
* [https://peps.python.org/pep-0241/ PEP 241] - Metadata for Python Software Packages
* [https://peps.python.org/pep-0257/ PEP 257] - Docstring Conventions

Revision as of 19:33, 4 April 2025

Resources

Conventions

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