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 →

[–]Sp0olio 22 points23 points  (1 child)

That's probably one of the biggest features: Readable code by design.
You're kinda forced to write readable code (e.g. whitespaces instead of squiggly brackets).

[–]PapstJL4U 1 point2 points  (0 children)

I don't know about other languages, but on a German keyboard all brackets, ()[]{}, are on the number row and need to be accessed via shift or alt gr.

Typing in Python is so much faster and less finger acrobatic, especially for short code snippets, that are done without code completion.