Python linting

From wikinotes

Linting is an automated way of checking/correcting your code to verify that your coding style is consistent with the project you are working in.

python flake8
python pylint