-
Book Overview & Buying
-
Table Of Contents
Ruby Programming For Everyone
By :
Ruby Programming For Everyone
By:
Overview of this book
This course is aimed at absolute beginners; you don't need any coding experience at all! We'll start out by setting up a development environment that has all the tools you need to start writing and running Ruby code.
Then, we'll delve into very basic computer science concepts, such as:
· Printing to the screen
· String manipulation
· Variables
· Getting user input
· Simple math
· Comparison operators and Assignment operators
After that, we'll move on to more intermediate topics such as:
· Conditional if/else statements
· Arrays
· While loop, Each loop
· Hashes and Fizzbuzz
Finally, we'll finish up with more advanced topics such as:
· Methods and Classes
Ruby is one of the greatest programming languages, and learning it has never been this easy! We'll see you on the course!
Table of Contents (3 chapters)
Ruby Programming Basics
Intermediate Ruby Programming