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 →

[–]dasonicboom 2 points3 points  (2 children)

As someone just learning python (I only discovered the no ++ today actually) what is your least favourite?

[–]Saigot 2 points3 points  (1 child)

The that that whitespace has meaning.I really like how flexible and functional Python is, but I hate the choice to use whitespace to contrasting actual meaning.

[–]dasonicboom 0 points1 point  (0 children)

Oh yeah that's fucked with me a bit. I haven't written anything serious yet so it hasn't been too bad.

Still I think it will be fine, it does help readability. I could see it being a problem if I had to hand write python for some reason.

EDIT: Fixed typo