Spot syntax errors with Pyflakes
Let's face it: nobody's perfect.
We all make errors, especially after a long afternoon of looking at a screen. With bleary eyes, it can be hard to tell a single quote from a double quote, or a colon from a semi-colon. For many programmers (especially this one!), it's unthinkable to code without a linter to spot errors automatically.
Pyrfecter uses Pyflakes to lint your code, reporting errors and warnings to show you where something went wrong.
So, what are you waiting for? Pyrfect that syntax!