Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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