Python 101: Episode #32 – Static Code Analysis

In this episode, we learn how we can use PyLine and PyFlakes to check our code for issues. Of course since this video was made, Flake8 and Python Black have become pretty popular, so you might want to check those out as well.

You can also read the chapter this video is based on here or get the book on Leanpub

1 thought on “Python 101: Episode #32 – Static Code Analysis”

  1. Pingback: Intro to Black - The Uncompromising Python Code Formatter - The Mouse Vs. The Python

Comments are closed.