Python has a terseness that is hard to rival. I think that was a major selling point: its constructs and use of whitespace mean that a valid Python program looks pretty close to the pseudo-code one might write to reason out the problem before writing it in another language.
I doubt that this is the selling point. Imho it is nothing special compared to Haskell, F# and the likes.