Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Robert Jewell
396 PointsRuby Deep Dive: Problem Sets?
Hey all, I was wondering if Treehouse has any problems sets to actually practice what we learn during the Deep Dive, Ruby tutorials. Does anyone know if Treehouse provides practice problem sets so we can hone our Ruby competency?
I suppose any comp. sci. programming problem sets will do seeing as that Ruby is just a language at the end of the day.
2 Answers
James Barnett
39,199 PointsSome of the early deep dive courses didn't have code challenges to go with them.
The online book Learn to Program is based on Ruby and has exercises at the end of each chapter.
You might want to check out:
- Ruby Code Challenges on Learn Street
- Learn Ruby the Hard Way
You can use ruby fiddle to work out the exercises.
Robert Jewell
396 PointsThank you for your suggestions, James.