In which types of web projects should I consider using Python (Django or Flask) over Node.js, assuming I know both to an intermediate level? | Hashnode
Thanks for the invite; I have not worked on Node much; but if you are building an app that requires a lot of statistical computations in the back-end; you could go with Python, just because of the sheer number of options, if you look at all the Python libraries which aid you in doing stats easy.
Otherwise it won't matter much I would say with the current perspective that I have.
The only time I will suggest you use Node.js over python is when it involves a real-time application. This is due to the fact that node can handle real-time concurrency better than python. But apart from that, it's all personal preference.
When you say real-time concurrency what exactly are you talking about? Are you talking about the connection of users? If so would tornadoweb.org/en/stable help any? Or is this framework even a viable choice?
Maria Charman
Java, JavaScript and Python. I enjoy coffee!
Thanks for the invite; I have not worked on Node much; but if you are building an app that requires a lot of statistical computations in the back-end; you could go with Python, just because of the sheer number of options, if you look at all the Python libraries which aid you in doing stats easy.
Otherwise it won't matter much I would say with the current perspective that I have.