For beginners: Rubeque.com, interactive Ruby coding practice

I stumbled across this site recently and found it very useful for
learning Ruby syntax and programming in general.

http://rubeque.com/problems

There are hundreds of short Ruby programming puzzles that you do
interactively on the site. You get scored on your solutions and the
problems are labelled for difficulty and type.

Although there are a lot of puzzles, it needs more! so please submit one
if you have the time.

I find doing these short simple puzzles very helpful for retention.

Some other short Ruby puzzle sites that I have found:
http://rubymonk.com/ (very slick site, as good as Rubeque)
http://rubykoans.com/
https://github.com/ryanb/ruby-warrior (coding practice in the form of a
game - supposed to be good but I haven't managed to get it working yet,
dunno how to load gems)

Similar sites, non-ruby:
http://projecteuler.net/ (not language specific, problems take longer to
solve)
http://codingbat.com/ (Java and Python)

···

--
Posted via http://www.ruby-forum.com/.

This was fun, thanks for sharing. Know of contact info for them? I'd like
to find their twitter so I can know if new problems are added.

···

On Thu, Apr 5, 2012 at 2:48 AM, S. W. <lists@ruby-forum.com> wrote:

I stumbled across this site recently and found it very useful for
learning Ruby syntax and programming in general.

http://rubeque.com/problems

Contact info for Rubeque is here: http://rubeque.com/help

Twitter: http://twitter.com/rubequedotcom

Only thing I want for Rubeque is a rating system - some of the problems
are a bit trivial, but some are quite good, like the FizzBuzz one, which
opened my mind a bit.

Here's another interactive Ruby practice site:
http://www.therubygame.com/

···

--
Posted via http://www.ruby-forum.com/.

And there's Ruby Quiz, of course.

http://www.rubyquiz.com/

Some difficult ones, but some reasonably easy ones, such as problem 14,
digital number display.

···

--
Posted via http://www.ruby-forum.com/.

Looks promising :slight_smile:

···

On Mon, Apr 9, 2012 at 3:19 PM, Josh Cheek <josh.cheek@gmail.com> wrote:

On Thu, Apr 5, 2012 at 2:48 AM, S. W. <lists@ruby-forum.com> wrote:

I stumbled across this site recently and found it very useful for
learning Ruby syntax and programming in general.

http://rubeque.com/problems

This was fun, thanks for sharing. Know of contact info for them? I'd like
to find their twitter so I can know if new problems are added.