Live data from Hacker News

Has Python killed Ruby?

news.ycombinator.com

1–10 of 64 posts

Re: Has Python killed Ruby?

#3
Ruby is commonly used by programmers along with Ruby on Rails for Web Development so it's scope is very limited. Python on the other hand has been widely adopted by the academia and has become pretty much essential to startups in the big data/AI sector, additionally Python can also be used with Django for web development (Instagram's website is built in Django). The pip library is vast and the Django community is on par with the Ruby on Rails community. I dont see any reason to stick with Ruby.

Re: Has Python killed Ruby?

#5
Ruby still has significant use in web development due to the huge popularity of Rails. Startups and established companies continue to start and maintain projects in Rails.

Beyond that Ruby isn't used much. But a language that's extensively used for one very common purpose is very very far from dead.

Re: Has Python killed Ruby?

#8
Either is fine as a learning language. I'd pick Ruby if I wanted to learn how to make web apps, and Python if I wanted to work on scientific or AI projects. But, either is a very good learning language with excellent resources.

Re: Has Python killed Ruby?

#10

Ruby is commonly used by programmers along with Ruby on Rails for Web Development so it's scope is very limited. Python on the other hand has been widely adopted by the academia and has become pretty much essential to startups in the big data/AI sector, additionally Python can also be used with Django for web development (Instagram's website is built in Django). The pip library is vast and the Django community is on…

> Ruby is commonly used by programmers along with Ruby on Rails for Web Development so it's scope is very limited.

Not correct. Its primary use case doesn't limit its scope, and there's tons of utility programming done in Ruby. (for example, Chef and Puppet are written in Ruby)

Post reply on HN