As a Contributor
I want clear documentation of the coding standards and style guides for Python
so that I can follow consistent practices when working with Python code in the project.
Acceptance Criteria
Rules
The Python coding standards must adhere to PEP 8 as a base guide.
The documentation must highlight any project-specific conventions or deviations from PEP 8.
The documentation must include example code snippets demonstrating correct usage of common Python conventions (e.g., naming, imports, docstrings).
The Python section must include links to PEP 8 and other useful Python resources.
User Story
Story
As a Contributor
I want clear documentation of the coding standards and style guides for Python
so that I can follow consistent practices when working with Python code in the project.
Acceptance Criteria
Rules
Supporting Information
Drupal Coding Standards PEP8 Guide
Dependencies
Is a Dependent Of
96