Links
Flake8. A linter. Easy to enable/disable rules. Be sure to use
--max-complexity={n}
to catch overly-complex code.Linter: PyLint. Thorough, can be picky.
To “freeze” a Python program into a standalone executable, use PyInstaller.
PyTest, see also the book Testing with PyTest