Hacker News new | ask | show | jobs
by nomel 2066 days ago
> If you’re building something where performance matters, you should be using a different language.

And the python ecosystem understands this, with those performance critical bits being implemented in C/fortran/whatever, not pure python.