Skip to content

PEP8 styling #19

Description

@stefanv

Python code should conform to the PEP8 standard:

https://www.python.org/dev/peps/pep-0008/

E.g., variable_names should be separated by underscores, so should module_name.py, but ClassNames are CamelCaps.

Always spaces, never TAB characters.

There should be spaces between operators, i.e. a + (b * c) not a+(b*c).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions