Hacker News new | ask | show | jobs
by 00ajcr 1511 days ago
Aside from significant whitespace (which I suppose takes a little getting used to), is there anything that marks out Python's syntax as particularly rigid compared to other languages?

I'm struggling to understand what the author is trying to argue here.

1 comments

> Aside from significant whitespace (which I suppose takes a little getting used to),

If Python's whitespace takes getting used to, then you're probably poorly formatting your code to begin with.

One thing I do find mildly annoying about the whitespace is that you can't jump to the end of a block with e.g. % in Vi (goes to the matching bracket). Not a huge deal but something I notice.