I have considered multiple times switching from Python to other alternatives. However, I instantly discard any language with a Lisp-like syntax. I just cannot work with it. Being a Haskell hobbyist, I would like Python to be statically type and have better support for pure functional programming, but Python has the libraries that I need.
I have considered Python many times, but I cannot work with a language that considers whitespaces as required syntax. I just cannot work with it.
Indentation is significant.
Just replace '(' with space/tab and ')' with "deindent". Done.