Python 101: Episode #32 - Static Code Analysis [Video]
Testing is important in every language, and Python is no different. Learn how to do a static code analysis with both PyLine and PyFlakes.
Join the DZone community and get the full member experience.
Join For FreeIn 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.
Python (language)
Published at DZone with permission of Mike Driscoll, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments