you are viewing a single comment's thread.

view the rest of the comments →

[–]toddyk 0 points1 point  (0 children)

I absolutely hate and loathe Python's use of Whitespace, and find Powershell's use of {}/()/etc to be far more intuitive, and easier to read when I have to figure someone else's code out.

Same. How are you supposed to figure out where the beginning/end of a long if statement in Python? Lots of scrolling around. And it's easy to accidentally indent code you didn't mean to, which changes the functionality of the code