Thursday, February 12, 2015

Review / Ruby Wizardry: An Introduction to Programming for Kids

I think story is a powerful way to teach computer science.  I also think that too many programming books are boring.  Boring is fine for the experienced programmer looking to learn a new language, but maybe not so great for a beginner  someone we have a chance to hook onto programming!

Enter Ruby Wizardry, a book from No Starch that teaches basic Ruby concepts through a fun adventure story.  This is the programming book I've been waiting for!


Ruby Wizardry opens with a scene featuring the King and two kids from his kingdom, Scarlet and Ruben.  The King has lost his string, and needs the kids to help him find it.  Computing devices are all over town, allowing those skilled in Ruby to affect their surroundings.  From the public transit that runs on while loops to menus at the local eatery, it seems that Ruby is everywhere.  After finding the King's string, Scarlet and Ruben travel around town with the King, slowly uncovering some kind of devious plot that will be up to them to stop.

There are many things to love about this book.  The story is charming, and puts female characters at the forefront as competent programmers.  For example, the King himself is a bit of a luddite that tries his best to learn some Ruby along the way.  Meanwhile, his wife, the Queen, is "quite the hacker."  The conceptual content is embedded nicely into the story, and concepts are explained in an informal, conversational style.  I mean this literally  the characters are often teaching each other about Ruby, also allowing common misconceptions or admissions of not understanding to come up.  Everything you learn in a chapter is reinforced multiple times, and each chapter includes a mini-project and detailed summary.

There are some issues from a pedagogical standpoint.  Perhaps this is because the author of this book, Eric Weinstein, seems to have been educated as an author first and a programmer second.  There are certainly times when even I get lost in the Ruby syntax (I'm new to Ruby).  I don't think it's necessary to show four different ways to accomplish the same thing, especially when one of those ways is a lot easier to understand than the others.  The goal of a book like this is not to teach all of Ruby, but to introduce readers to the basic concepts of programming and set them up for success should they wish to continue learning.  It seems that this is forgotten at times.

Nonetheless, I am thrilled with this book.  I sincerely hope that more programming books will soon appear that use story or other contexts to deeply embed concepts into.  I think it's a great way to introduce anyone to programming, whether young or just young at heart.

(If you act fast, you can get a copy of Ruby Wizardy in this awesome No Starch Humble Brainiac Book Bundle!)

2 comments:

n said...

I am new to computer science/programming/etc. I have chosen to learn Python as my first computer language and I am using "Python for Kids - A Playful Introduction to Programming" by Jason Biggs. It is also from No Starch Media. I love that this book really helps break things down and makes it entertaining, enjoyable and even fun to learn this way.
Until I started this book (and using Codecademy). I was seriously terrified about anything to do with computer science. And you are right, too many books I looked at were boring and/or too technical for my level. Many books seemed to assume I had even a modicum of understanding about computers and programming, which was completely inaccurate and left me feeling overwhelmed.

So I agree with you that these books are great for teaching beginners and also keeping them interested in the material. I haven't decided what language I will try to learn next (once I learn Python), but I will continue using these books.

Thanks for the article!

Gail Carmichael said...

I actually reviewed Python for Kids, too! It is very interesting to hear your perspective on it.

http://compscigail.blogspot.ca/2013/05/review-python-for-kids-playful.html

Post a Comment

Comments are moderated - please be patient while I approve yours.

Note: Only a member of this blog may post a comment.