PEP8

PEP8 is a style guide for Python code, and serves to ensure that the code is readable and conforms to some basic/common principles.

To check your Python code meets the PEP8 style guide, you can use the pycodestyle script to review your updates against the PEP8 style guidelines.