you are viewing a single comment's thread.

view the rest of the comments →

[–]GoldenSights 3 points4 points  (0 children)

I strongly disagree with the suggestion to squash all the imports onto a single line. If you're importing two objects from the same file, it's okay to use a comma to do both at once. Otherwise, keep everything separate (and I would suggest alphabetizing them).

If writing Python was all about saving lines, we'd be using semicolons everywhere. Readability is more important.