Write Better Python Code by Automating PEP8

Julie Perilla Garcia
Level Up Coding
Published in
4 min readMay 31, 2023

--

Photo by Alexander Sinn on Unsplash

When development teams are formed, one of the first things senior engineers should do is set up coding standards. This guides developers in writing clean, readable code, increasing productivity, and making coding fun. This is especially important for large teams; however, even on a team of one, you want to write good code for your future self.

--

--