Python is just brutally slow. Anything performance-sensitive has to be done with a native module and now that requires all the same compilation and build tooling that everything else does.
The ecosystem is massive and the core team just keeps adding more and more dubious language features and syntax.
Realistically, Python should have been "done" after async/await and fixing str vs bytes.
The ecosystem is massive and the core team just keeps adding more and more dubious language features and syntax.
Realistically, Python should have been "done" after async/await and fixing str vs bytes.