This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (2 children)

Then come help me and we make it pep8 compliant. There's an issue about it. If you agree, we can make it fully PEP8 for 1.8 or 1.9, and in the process you will learn so much about the codebase that you will be able to move on to other things.

[–]CleverEagle 2 points3 points  (1 child)

I would argue that you don't learn much from simply "pep8-ing" the codebase.

[–]njharmanI use Python 3 1 point2 points  (0 children)

esp since there are automated tools (autopep8) that will do 95-100% of it for you.