Ask HN: Should I learn Ruby on Rails or Python?
1–5 of 5 posts
Re: Ask HN: Should I learn Ruby on Rails or Python?
#2Re: Ask HN: Should I learn Ruby on Rails or Python?
#3Re: Ask HN: Should I learn Ruby on Rails or Python?
#4To pick between I would suggest you try and write a couple of simple scripts in both and see which suits you better.
You should also think what you would like to use this knowledge for in the future. Do you want to build web apps, manipulate text, write desktop apps? Once you know this, it'll be easier to make the right choice about which tech to use.
Re: Ask HN: Should I learn Ruby on Rails or Python?
#5To be clear,
Language: Ruby, Framework: Rails
Language: Python, Framework: Django etc.
So, Language is what you actually write as code, Framework is set of frequently used patterns, that is provided as a package to make app development easier.
If you are totally new to frameworks, I recommend going with Ruby on Rails, Coz, It makes many commonly used programming patterns, lot easier (no configurations, as they say). When I say easier, its as easy as one line of code sometimes. Many people say, you don't have to know ruby to start with Rails (which is partly true), but, I recommend learning ruby first before you try rails, because, ruby has many fundamental syntactic differences, that might trip off a lot of people.
Another big difference is, if you learn Rails, you can make CRUD Web applications easily. But, not other kind of applications. Ruby can be used to make native applications though, same with python.
Both Python and Ruby are cross-platform and available for all major Platforms.
Hope this helps.