Flake8 checking



pip install flake8


flake8 --ignore= compile.py


compile.py:3:7: F821 undefined name 'y'
compile.py:6:1: W391 blank line at end of file

If you used Anaconda you can install with:


conda install flake8