1 min readSep 10, 2020
Agreed. A corollary is that if you really care that much about performance you don't use Python for your code. Compilers with static type checking are generally far more capable of producing optimized code than interpreters working with dynamic code.