Why is Python considered bad?

Python is a runtime interpreted language . This makes it relatively slow compared to compiled languages such as C. It’s not really well suited for applications that require a lot of computation to happen very quickly, although you can fake your way around that to a degree with plug-in libraries such as numpy.

Read more

Why Python is not good for backend?

Both Python and JavaScript are interpreted languages, and they are generally slower than compiled languages, such as Java. So, Python is not the best choice for apps that prioritize speed and performance or involve a lot of complex calculations. … Therefore, Python web applications are slower than Node.

Read more