DEV Community

Cover image for What’s Wrong With Using Python Web Apps for Data Science Projects?
Thuwarakesh Murallie
Thuwarakesh Murallie

Posted on • Updated on

What’s Wrong With Using Python Web Apps for Data Science Projects?

Python is everywhere, from process automation to self-driving cars.

It's a sleek, elegant language with every reason to fall in love with it. But it has been criticized for its speed not being comparable with compiled languages. C++ and Java are repeatedly said to be outperforming Python frameworks.

Also, because of its asynchronous nature, JavaScript (JS) frameworks perform well in serving web requests. Python projects, on the other hand, executes requests synchronously.

How far are Python frameworks behind JS ones? What's the workaround? That's the focus of this article.

Python Web Apps Are a Terrible Idea for Analytics Projects.

Top comments (0)