What is the difference between python and ruby software in practical application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the difference between python and ruby software in practical application?

20th Sep 2017, 2:31 PM
Levant Steffield
3 Answers
+ 1
Honestly, for searching for both lately on the web; it mostly comes down to preferences. Python used to have more modules oriented for scientific calculation and data parsing than Ruby (even though I'm not sure if that's still the case). the main difference (which will usually set the side where programmers will choose) is their philosophy: Python's is "There is only 1 right way to do things" so if you're a bit OCD, you will probably love Python. Ruby's is “Do more with less.” (which gives programmers freedom; but this freedom means that there's a thousand ways to do things (and might look less ordered, even though elegant and easy to read) So really, it will come down to your preferred style of coding...
26th Sep 2017, 12:39 AM
Frédéric Charette
Frédéric Charette - avatar
+ 1
thanks bro:-)
26th Sep 2017, 1:36 AM
Levant Steffield
+ 1
You're welcome!
26th Sep 2017, 4:28 PM
Frédéric Charette
Frédéric Charette - avatar