I understand the argument but the language used for uv (rust) and python don't have the same goal.

Python aims to be simple, not particularly fast (though it is getting faster)

I don't see a problem with that. Pick the language adapted to your problem. Python isn't aiming at solving every problem and that's okay.

> Python aims to be simple

Well, it wildly missed the mark there. Nothing about modern Python is simple. It's a very complex language hiding behind friendly syntax.

Hard disagree. Python is so simple anyone can get up and running with coding in a few lines in the REPL.

Simple != easy. Rich Hickey has the details:

https://www.youtube.com/watch?v=SxdOUGdseq4

[deleted]