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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions