Earlier quoted context omitted.
I disagree. I perceive no difference in elegance between the two languages nor a particular “cobbled together” aspect to Python.
I use Python every day and I like it. However, functional semantics are not elegant at all IMO. Using list() and map() all over the place is not cool, and like many others say, list comprehensions, though concise, are not always that readable (and I say this as someone who reads and writes plenty of them). Lambdas are not great, either. In Django in particular, async feels like an afterthought, compared to other fram…
There are a boatload of compelling reasons to choose Python for its libraries and documentation and adoption level, though.