Ruby tutorials w/ excercises

I was wondering if there are any Ruby tutorials with excercises at the
end of the chapters or sections which could be recommended

Thanks,

Scott T.

On 1/29/06, Scott T. [email protected] wrote:

I was wondering if there are any Ruby tutorials with excercises at the
end of the chapters or sections which could be recommended

I would recommend you look into the Pragmatic Programmers “Learn to
Program” book. Its subtitle is “The Facets of Ruby Series”.

Good book. I have it in both the PDF and hard copy, and refer to it
regularly. It has exercises throughout the chapters.

On 1/29/06, Scott T. [email protected] wrote:

Here is nice one with good exercises:

Also, several in here, but not all have exercises

Happy Hacking!

On Jan 29, 2006, at 11:52 PM, Scott T. wrote:

I was wondering if there are any Ruby tutorials with excercises at
the end of the chapters or sections which could be recommended

Just to be sure we’ve covered all the options, there are plenty of
exercises at http://rubyquiz.com/.

James Edward G. II

Scott T. wrote:

I was wondering if there are any Ruby tutorials with excercises at the
end of the chapters or sections which could be recommended

Thanks,

Scott T.

Code katas from Prag Dave:

http://blogs.pragprog.com/cgi-bin/pragdave.cgi/Practices/Kata

-Justin

Code katas from Prag Dave:

http://blogs.pragprog.com/cgi-bin/pragdave.cgi/Practices/Kata

-Justin

Thats a fantastic resource! I’ve never come across it before - I’m
always on the look out for some interesting and valid practice. My
imagination always freezes though so its good having things like this.
Will have to post that one on my blog.

Don’t forget http://tryruby.hobix.com/

Aaron K. wrote:

I would recommend you look into the Pragmatic Programmers “Learn to
Program” book. Its subtitle is “The Facets of Ruby Series”.

I was considering this book, but was hesitant because I already know how
to program (at least, I like to think so!). Is this book aimed strictly
at people who know nothing about programming, or would it also be
appropriate for people who want to learn Ruby, but are otherwise fairly
experienced programmers?

Scott T. wrote:

I was wondering if there are any Ruby tutorials with excercises at the
end of the chapters or sections which could be recommended

Thanks,

Scott T.

I highly recommend Why’s Poignant guide, you can work through the
various concepts while you read about them. Be warned, it’s really
quite strange. Check it out:

http://poignantguide.net/ruby/index.html

Ali

On 1/31/06, Chris G. [email protected] wrote:

appropriate for people who want to learn Ruby, but are otherwise fairly
experienced programmers?

I think this is probably more appropriate for someone new to
programming. There are posts in this same thread that that mention
the Code Katas. I would check those out.

Doug B. wrote:

Will have to post that one on my blog.

You might also be interested in Jon Bently’s Programming Pearls

http://www.cs.bell-labs.com/cm/cs/pearls/

C-based, but still good.


James B.

“Programs must be written for people to read, and only incidentally
for machines to execute.”

  • H. Abelson and G. Sussman
    (in "The Structure and Interpretation of Computer Programs)

Check out

Short math problems and solutions in different languages. Opportunity
here
for Ruby gurus to step up to the plate.

Brian

James Edward G. II [email protected] wrote:

On Jan 29, 2006, at 11:52 PM, Scott T. wrote:

I was wondering if there are any Ruby tutorials with excercises at
the end of the chapters or sections which could be recommended

Just to be sure we’ve covered all the options, there are plenty of
exercises at http://rubyquiz.com/.

Which I’m currently using to teach myself common lisp :slight_smile:

martin

It’s a nice site, but I doubt that it’s very challenging to write a
program
that can solve the question, at least for most of the problems.

It’s nice exercies for beginners though.

:slight_smile:

2006/2/1, Brian B. [email protected]: