|
|
|
|
|
by submeta
3207 days ago
|
|
Whitespace is no issue with a good editor (Sublime, vim, emacs...). I dislike the many inconsistencies in Python. You mentioned one. Others: sort vs sorted (destructive vs non destructive). Also: not being able to chain methods because many don't return a value. (Scheme, Elixir or even Ruby are imho much more elegant.) But all in all Python is a very useful programming language with a rich eco system. |
|
https://docs.python.org/2/faq/design.html#why-doesn-t-list-s...