If my assessment is unfair, i'd like to hear about it but from my perspective Python has failed to evolve and we can see that clearly in the path Javascript has taken in the same amount of time, it's evolved into a much better language.
There's also the minutiae of Python being more exposed to the operating system. The browser is installed, but Javascript was effectively sandboxed. So there was less consideration for "binary incompatibilities" or "system-level details" for Javascript as with Python.
Think Python is in a nice place where the libraries and packages support the current trend (AI) but remains an approachable language. Tools like uv help smooth over package management, which seemed like a challenge before (venev, wheels, CPython).
Python could evolve on several fronts: developer ergonomics, performance, language research, and hardware (shaders). Unfortunately, it may have to balance backward-compatibility like Raku and Perl5: whether to try a clean break (2to3) or gradually consolidate stdlib (naming).
It may also be "good enough," and maybe there are more language users than there are language researchers.