Why Is Python Slow?
This post is largely based on this video which I highly highly recommend from Pycon 2020. If you don’t want to watch the whole video, here is the most important points. Python is hundred times slower than compiled languages like C and GO and this is expected, since python is interpreted.