• This might be an unpopular opinion but python’s speed wouldn’t even be an issue if it was 5x slower than it is now.

      Python is a language designed for write-time performance, not runtime performance.

    • If I wanted to write a 3D game engine, I wouldn’t use Python either. But there’s zero chance of me ever doing that. For 90% of things 90% of people do, Python works just fine. And the performance thing is actively being worked on and getting better all the time.