#705 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Beginning Ruby: From Novice to Professional (Beginning From Novice to Professional)

Sentiment score: 4
Reddit mentions: 5

We found 5 Reddit mentions of Beginning Ruby: From Novice to Professional (Beginning From Novice to Professional). Here are the top ones.

Beginning Ruby: From Novice to Professional (Beginning From Novice to Professional)
Buying options
View on Amazon.com
or
Specs:
Height9.25 Inches
Length7.01 Inches
Number of items1
Release dateJuly 2009
Weight2.50886054156 Pounds
Width1.48 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 5 comments on Beginning Ruby: From Novice to Professional (Beginning From Novice to Professional):

u/masteruby · 3 pointsr/learnprogramming

You should definitely learn Ruby properly before Rails. I recommend you Beginning Ruby. You can also try Learn Ruby Hardway. After you really master basics of ruby language. I recommend you Eloquent Ruby, it's great book of best practices in Ruby.

u/yarhouse · 2 pointsr/rails

My primary books were Beginning Ruby: From Novice to Professional and Beginning Rails 3. Not to say these are the best and only books you'll ever need, but they are what I wanted in a text book; thorough, step by step application build in each one, online updates, code examples available for download. Really a great resource to get me started and I felt confident in my abilities by the end. At the very least I could understand what was happening in a system and be knowledgeable enough to know how to ask for help from other developers.
Because I had strength in HTML, I dabbled in a php book (PHP Objects, Patterns, and Practice ) as well that helped me understand some other core programming concepts.

u/skwigger · 2 pointsr/webdev

I've got a few I've been reading for a while now:

  • Beginning Ruby: From Novice to Professional - I've held off on this a bit because I'll never use Ruby at my current job, but would still like to learn.
  • PHP Objects, Patterns, and Practices - I've been reading this book for over a year. One, I really want to take the time to read it because it's a bit heavier concepts than most web dev books. Two, my current job will never need anything this complex.
u/shinigamiyuk · 2 pointsr/ruby

I like Learn to Program by Chris Pine. but what really made me understand Classes, Methods etc was Beginning Ruby