I love Python but wanted to get a look at Ruby too. So what is a good ressource to learn Ruby if you already know Python.

And this is not about which one is better there are more than enough questions about that, ^^

Any books, tutorials recommendations...

link|improve this question

1  
Better stay with python. To like ruby you must have been hit with quite a high dose of radiation. :p – ThiefMaster Jul 26 '11 at 9:48
like i said i love python^^ but still like i said i just wanted to get an good view on the language, this is not about eich one is better^^ – cwoebker Jul 26 '11 at 9:51
feedback

closed as not constructive by Will Jul 26 '11 at 12:15

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

4 Answers

up vote 4 down vote accepted

First, from main source check this.

Then, you can carefully read this

Don't forget to try it with this

And a personal recommendation is this

link|improve this answer
+1 for the book. Pretty useful! – Randolf Rincón-Fadul Jul 26 '11 at 9:54
the stackoverflow question seems interresting, but still not quite what i was looking for, more like a tutorial less comparison – cwoebker Jul 26 '11 at 9:54
See the free book (last link), with your experience with Python and the coded recipes you'll be proficient as fast as possible. – Randolf Rincón-Fadul Jul 26 '11 at 9:57
thanks a lot... – cwoebker Jul 26 '11 at 15:54
feedback

Everything you need here is in http://www.ruby-lang.org/en/ Check out the documentation section: http://www.ruby-lang.org/en/documentation/

If you want to learn Ruby and also interested in Java/Java Libraries you can start learning JRuby instead http://jruby.org/

link|improve this answer
thanks but I found, ruby-lang.org/en/documentation/ruby-from-other-languages/…, myself. i was looking for a more detailed approach i already looked thorugh a couple of books, but i was wondering whether there was something like a complete tutorial book that uses a python view on ruby – cwoebker Jul 26 '11 at 9:50
feedback

If you're more interested in the web-based side of things then there is Rails For Zombies. And purely out of interest, this popped up on my HN feed a few days ago.

link|improve this answer
not related, looked for python perspective but still thanks – cwoebker Jul 26 '11 at 14:02
feedback

Ruby: Python Programmers perspective

Pythonistas thoughts on ruby

I found some links that helped me. They pretty much are what I was looking for.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.