Do you really want to learn programming but have no skill? Are you a system administrator who wants to learn Puppet or Chef? Are you a designer who wants to build your own websites? Are you a Ruby on Rails programmer who's ashamed that you don't really know Ruby? Then you should read this book. It assumes absolutely no prior programming knowledge and will guide you carefully and slowly through the learning process.
Learn Ruby The Hard Way is a translation of the original "Learn Python The Hard Way" to teaching Ruby, with the translation done by Rob Sobers. "Learn Python The Hard Way" has taught hundreds of thousands worldwide how to code in Python, and this book uses the same proven method for Ruby. When you are done with this book you will have the skill to move on to other books about Ruby and be ready to understand them.
There are very ugly examples given. With poor fundamentals, a beginner can be misled that those are preferred ways. I discourage anyone from reading this. It's the hard way and ugly way too.
Dude! There are plenty of resources for learning to code out there, and learning Ruby in particular, that don't involve the instructor constantly belittling you. Look elsewhere.
This Ruby tutorial is great for those who are new to programming. True to its title, it is difficult yet effective. It teaches the very basics of programming, which is essentially trial and error. I suggest this book for anyone looking to learn how to program outside of a browser.
Codecademy is a good resource. It is a great way to get acclimated to programming syntax. However, eventually, the student will want to take the "training wheels off" and work in an actual web dev environment.
Learning Ruby the Hard Way would be a logical step if the student is interested in the next level. It will also teach the student the very basics of setting up a dev environment.
I found this book a decent introduction to Ruby. As someone with a very experienced programming background but not fluent in Ruby, I was about to read through and complete the exercises in about ~6-7 hours. "Hard" is definitely subjective; at times, it felt more like a self-help book one would read for motivation and not technical literature. For anyone who has any coding experience (in any language), I would recommend "The Well-Grounded Rubyist" instead. No programming experience? Read on.
Additionally, I personally enjoy the author's writing style. The text was engaging and humorous. I would like to more of that in technical literature.
A quote from the book: 'Avoid something called "meta-programming" at all costs, as it is too complex to be useful reliably.' This is an unforgivable statement. So much so that it taints the entire book, at least IMO. ActiveRecord, the default ORM behind Rails, leverages meta-programming. Is Rails not reliably useful? Understanding meta-programming will make you a better Rubyist. It is not something to be feared or avoided.
Exercise is needed to get into shape, but as an experienced programmer i already like the shape i'm in.
Ruby's many and thus sometimes inconsistent styles irk me, as do sigils, but this book did show me that Ruby classes are much easier than Python ones, and had a nice list of explained symbols in Exercise 37. It's also refreshingly succinct.
If you are a programmer already (I come from a heavy Java background) this book will decode some of the magic of functional programming and Ruby. But it is definitely not "the hard way" lol. You can finish the book in a day and a half. I recommend just giving it a quick scan.
When I read it the author still seems to have been working on completing it; half the chapters were missing; but it's still a great read and opens up possibilities to a lot of further reading. I like the style of the Learn Code the Hard Way books - they are direct and straightforward, with less talk and small chunks of code, followed by extra credit/ homework - and sometimes, that's just the kind of book you need.
A most excellent introduction to Ruby. Teaches the real basics in a way that you are not likely to forget. It assumes nothing, i.e. you have never coded or setup you computer or anything. It layers the knowledge and experience layer by layer. It teaches Object Orientated Programming theory and how it applies to Ruby as well as an extra section on how to survive in Command Line (Unix BASH). It gives different instructions for users of Macs, Linux and Windows.
Really solid introduction to Ruby, and to programming in general. I feel that Zed's emphasis on meta-learning (that is, how to think about learning how to code) makes the book far more effective than many others that focus merely on the code itself. Highly recommended for beginners and for those new to Ruby.
It's very good book for any one want to know how to program, and it depends on practice and giving you more exercises .. I like this way because it's useful and focus on doing things more than save things!
Great approach to teaching a language from scratch but also worthwhile to the seasoned programmer to go through the motions as a refresher. The whole series is fantastic.
I think this is a great book, includes basic language syntax, humor, and 2 projects, that last thing makes you want to learn even more and discover things before you get to that part of the book.