0

What's the difference between python and Ruby?

both programs language have similar scripts it seems. But unless I'm missing something, why are they 2 different languages? (first time learning programing)

20th Dec 2016, 10:39 PM
Dameon
3 Answers
+ 1
They are similar , and both have huge standard library.
20th Dec 2016, 11:26 PM
Majstor_Gile
Majstor_Gile - avatar
0
Python and Ruby are general purpose languages just like C,C++ etc the difference however being that they are interpreted languages instead of being compiled. You could do anything a general language could do using these languages. ... Python and Ruby are programming languages.
20th Dec 2016, 11:11 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
0
When Matz created Ruby, he pointed out that Python is not a fully OOP language, then. And he wanted to create a nice OOP language. As for the most noticeable similarity, Python and Ruby are both designed keeping in mind human aspects of code rather than machine aspect. Ruby was even designed to be powerful as Perl and beautiful as Python. Languages aren't created only for the sake of appearing different. That said there are many differences too. Both Python and Ruby have contributed hugely to the programming ecosystem.
20th Dec 2016, 11:34 PM
Rishi Anand
Rishi Anand - avatar