1 min readApr 2, 2020
I agree with your points in general, and I love Python, but Python code is roughly an order of magnitude slower than languages that compile to machine language, like C++ or Rust.
Yes, yes, there are external packages like numpy that will speed things up, but the language Python is intrinsically slow because it’s an interpreted, dynamic language.