Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Ruby Programming For Everyone
Rating: 4.6 out of 5(1,057 ratings)
7,044 students

Ruby Programming For Everyone

Learn Ruby Programming Fast!
Created byJohn Elder
Last updated 11/2023
English

What you'll learn

  • Ruby From Beginner To Advanced
  • Object Oriented Programming
  • Set Up A Cloud Dev Environment
  • Variables, Strings, and Data Types
  • Getting User Input and Output
  • Conditional If/Else & Comparisons
  • Arrays, Loops, And Hashes
  • Methods, Classes and More!

Course content

3 sections30 lectures1h 54m total length
  • Introduction1:37

    Download and install tools to set up a Ruby development environment, then learn basics like strings, variables, and user input, before diving into arrays, hashes, loops, fizzbuzz, methods, and classes.

  • First Things First: How To Get Support Fast!0:09

    Check out my student Facebook Group...

    It's a great place to get fast support for this course from me, to interact with other students, to post your projects and code, and to access course announcements and extras...

    Join Now!

    https://www.facebook.com/groups/codemycom/

  • Install Sublime and Git Bash5:41
  • Install Ruby4:58
  • Hello World - First Ruby Program7:52

    Verify ruby installation and then set up a text editor and terminal to create hello.rb, save it in a project folder, and run ruby hello.rb to print 'Hello world'.

  • Printing To The Screen With Puts and Print2:34
  • String Manipulation3:41
  • Variables3:45
  • Getting User Input With Gets3:10
  • Git Bash Weirdness...0:04

    Sometimes Git Bash has issues with gets... to get around them, run your program like this:

    winpty ruby program_name.rb

  • Simple Math3:45
  • Converting To An Integer2:39
  • Comparison Operators3:54
  • Assignment Operators3:04

    Master assignment operators in Ruby by assigning values with = and updating variables using +=, -=, *=, /=, and other math operators; learn to increment counters and reuse updated values.

  • If/Else Conditional Statements5:08

Requirements

  • No programming skills or special tools are necessary to take this course
  • You just need a computer with Internet access and a Web Browser

Description

In this course we'll learn the Ruby programming language from an absolute Beginner level all the way to Advanced in no time at all!


This course is aimed at the absolute beginner, 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 dive into very basic computer science concepts. Things like:

  • Printing to the Screen

  • String Manipulation

  • Variables

  • Getting User Input

  • Simple Math

  • Comparison Operators

  • Assignment Operators


After that, we'll move into more intermediate topics like:

  • Conditional If/Else Statements

  • Arrays

  • While Loops

  • Each Loops

  • Hashes 

  • Fizzbuzz


Finally we'll finish up with more advanced topics like:

  • Methods

  • Classes


Ruby is one of the greatest programming languages to learn, and learning has never been this easy!


I'll see you on the inside!


-John Elder

Who this course is for:

  • This course is aimed towards absolute beginners who want to learn the Ruby programming Language