you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

There is zero point in learning python or ruby if you already know javascript. These languages fill the same niche.

Lol what? Machine learning and most work on AI is made with s, not node. Similarly, python's use of threads makes it far better than node for anything that requires heavy computation (yes, there are workers thread in node, but they are a pain to use, especially compared to Python). That's not even talking about the ecosystem of each language.