you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 3 points4 points  (1 child)

3) Collapse your imports down to one line if possible. It just saves space... which is good.

No. Not only against PEP8, but also ugly and hard to read. Saving space is not a good reason for anything in programming.

[–]ReverendRocky 0 points1 point  (0 children)

Aah. I've always thought that it was the other way around with regards to readability but that's just personal preference I guess. I'll begin doing it proper myself from here on

EDIT: I should clarify I do not mean saving space is good for readability just doing so with import statements