Always follow the PEP 8 style guide when writing Python code.
Effective Python
PEP 8 https://www.python.org/dev/peps/pep-0008/
lint https://github.com/PyCQA/pep8 https://www.pylint.org/
Recommended Posts