Comment on How To Package Your Python CodeparentComments−storborgOP13yPython has a tool (aptly named "pep8") which provides similar functionality. It doesn't make the changes for you, but it's very specific about what you need to fix to comply with the style guide.−njharman13yAutopep8 makes the changes for you.
Comments
Python has a tool (aptly named "pep8") which provides similar functionality. It doesn't make the changes for you, but it's very specific about what you need to fix to comply with the style guide.
Autopep8 makes the changes for you.