Is Python slow for backend?

If you’re going to use it for some code that requires parallel, then you’re out of luck, since Python wasn’t designed with that in mind, and of course it’ll be slow . On the other side for general computing as well as running a web backend it will be more than enough.

Read more