PEP8 Alternatives
PEP8 is described as 'pep8 is a tool to check your Python code against some of the style conventions in PEP 8' and is an app in the development category. There are four alternatives to PEP8 for Linux, Mac, Windows and Python. The best alternative is PyLint, which is both free and Open Source. Other great apps like PEP8 are Pyright, flake8 and PEP 257.
A Python source code analyzer which looks for programming errors, it helps to enforce a coding standard and to sniff for some code.
Flake8 is a wrapper around PyFlakes, pep8 and Ned Batchelder's McCabe script and displays the warnings in a per-file, merged output.
No screenshots yetPython PEP 257 docstring style checker.
No screenshots yet