Getting Started with pyflakes
We'll cover the following
The pyflakes project is a part of something known as the Divmod Project. Pyflakes doesn’t actually execute the code it checks much like pylint doesn’t execute the code it analyzes. You can install pyflakes using pip, easy_install or from source.
We will start by running pyflakes against the original version of the same piece of code that we used with pylint. Here it is again:
Get hands-on with 1400+ tech skills courses.