You’ve seen the criteria used by PEP8 to judge high quality code. In this lesson, you’ll learn how to use some tools to make sure your code stays PEP 8 compliant. You’ll learn about linters, debuggers and autoformatters. The lesson covers pycodestyle, flake8 and black.
You’ll see how to install, run, and configure these tools to suit your project’s requirements.
arnautovdmitry2015 on April 2, 2019
Thank you, Joe, for this nice course. It was very helpful.