DEV Community

Discussion on: Ruby on Rails will be dead soon!

Collapse
 
pashagray profile image
Pavel Tkachenko

What is the problem to have an application on rails and connected module with machine learning on python?

Rails is infinity scalable. It stateless. You can set up as many app servers as you want. Bottleneck is always a database, but this problem is outside of topic.

IMHO ruby is not good choice for first language to learn. Also applicable for Javascript, Python. I am convinced that the first language should be strongly typed, preferably with the ability to work directly with memory. It is like a math, you may not use it, but it shapes your thinking as a developer.