Python Python vs Ruby: Which is Better?

  • Thread starter Thread starter BluberryPi
  • Start date Start date
  • Tags Tags
    Python Ruby
AI Thread Summary
The discussion centers on the comparison between Python and Ruby, highlighting that both languages have their strengths and are suited for different types of programming. Python is praised for its ease of building GUIs and is used by major platforms like Google and YouTube, while Ruby is noted for its flexibility in backend development. The consensus is that there is no definitive answer to which language is better, as it largely depends on individual preferences and specific use cases. Participants emphasize that the choice of programming language is subjective and should align with the programmer's skills and project requirements. Ultimately, both languages are valuable tools, and the decision should be based on personal or project needs.
BluberryPi
Messages
20
Reaction score
1
Hello! BlueberryPi here, and I have got a question for you: is Python better than Ruby?
banner_python-vs-ruby-e945fd82f8790be32911b2fac479eb91-29b5252b373ac3874eb3091dd2c216d7.png

Background Info: Python is a strong programming language which allows GUI's to be built without much pain. It built sites like Google, You Tube, Pinterest, and DropBox.
Ruby is a flexible language which allows you to make behind the scenes magic. It built sites like YellowPages.
Which one is better? You decide.
 
Technology news on Phys.org
Better for what kind of programming?
 
Well, in this case, I mean all types. You can specify where you would use python and where you would use ruby.
 
You can use python and ruby anywhere. There is no inherent advantage of one over the other except for familiarity.
 
This is a very ambiguous topic, completely prone to opinion rather than fact. Like 'What is the best sport'.

What you have to decide is the general use of your programming - math & science, database, social media, etc. Languages evolve in contexts, not from an 'I am the best ever possible' paradigm. Next, try to pick a language that does not require math or logic skills you may not have. Haskell for beginners is tough, for example, unless you fully understand closures.

I think @TheDemx27 is on the right track. You should decide on your own. It is not up to us. Unless the fate of this thread is unique it will persist with another 50 posts, all in the vein of 'my language is better than yours'.
 
Nobody can say Python sucks! It's great!
Same with Ruby!
I just want to know which one is better.
 
BluberryPi said:
I just want to know which one is better.
As a few other people here are saying, which one is better is pretty subjective.

True, not all languages are built equal. However, in the case of python and ruby, there is no definite winner (as far as most people are concerned). You pick one and develop a preference. Different tools for different jobs and all that jazz.
 
BluberryPi said:
Hello! BlueberryPi here, and I have got a question for you: is Python better than Ruby?
banner_python-vs-ruby-e945fd82f8790be32911b2fac479eb91-29b5252b373ac3874eb3091dd2c216d7.png

Background Info: Python is a strong programming language which allows GUI's to be built without much pain. It built sites like Google, You Tube, Pinterest, and DropBox.
Ruby is a flexible language which allows you to make behind the scenes magic. It built sites like YellowPages.
Which one is better? You decide.

You should elaborate your question further mate in terms of coding preferences , accesibility yada yada yada.
 
  • #10
Whether one programming language is "better" (by some measure) than another is pretty much in the eyes of the beholder. IOW, the answer is usually very subjective.

Thread closed.
 
  • Like
Likes jim mcnamara
Back
Top