Flatiron - Ruby
FREE
Regular priceLearn Ruby for Free
Learn Ruby with our free online Ruby workshop. In this beginner Ruby tutorial, you’ll familiarize yourself and get comfortable with object-oriented programming and how Ruby variables work — entirely free.
Why learn Ruby with Flatiron School?
Learn Ruby for free
Our Ruby lessons are free — that way you can set your schedule and learn at your own pace.
Try your hand in coding
Ruby is intuitive, approachable, and flexible, and is a great way to see if coding is right for you.
Ruby for beginners: what you'll learn
Learn Ruby for beginners starts with variables and how they represent information, how they’re maintained, and how they’re reassigned.
Understand how to write Ruby, run code samples, and print their outputs.
Get familiar with the common Ruby data types that you’re likely to encounter and use on a daily basis — strings, booleans, numbers, symbols, arrays, and hashes.
The foundation of Ruby works on if, else, and elsif statements — learn what they mean and how to use them.
See how loops can be used to streamline processes and tell a Ruby program to do the same thing repeatedly — including using while and until statements.
Learn how methods dictate what variables do, distinguish them from data types, and cover how to create and execute them in your Ruby program.