+ 1
Ruby or Python?
4 Réponses
+ 3
Like @nathanSmith say it's depend on what you're trying to do, Python have ability for science project, ai, linux software, even for backend developer python still can be used.
And ruby have ability too, like make a website like twitter, and in ruby everyhing is an object.
You can learn ruby if you want to be a web developer, and you can learn python if you want to be a more than programmer, but ruby is ruby and python is python, so it's back to what you're going to do?.
+ 2
It entirely depends on what you're trying to do in specifics and people could probably debate for days on the specifics, but really if it comes down to learning just for learning, vanilla Ruby versus Python, just learn Python for the time being because there are more people who use it (i.e. you'll have more content and feedback available).
Although, you could always learn both.
Best of luck.
+ 2
I prefer Python but they're pretty similar, have similar strengths/weaknesses, so use in similar areas. It's really just preference or the few areas where they see greater use.
0
prefiro python, ele tem comandos mais simples, por exemplp se vc quiser colocar algo na tela vc nn precisa escrever isso, exemplo:
test.desk.word(/*teste*/)
ele e simplesmente:
print("oi")