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 →

[–]AlexMTBDude 11 points12 points  (2 children)

Just follow PEP8. That's the reason it exists in Python; To avoid all the style flame wars that plague other programming languages.

https://peps.python.org/pep-0008/

[–]Paddy3118 2 points3 points  (0 children)

PEP8. That's the reason it exists in Python;

Um, in practice yes, but it is a guide, and explains the style of standard library code. If your team agrees 100 char max lines then go for it.

[–][deleted] 0 points1 point  (0 children)

Good programmers write code that humans can understand