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.5 out of 5(1,067 ratings)
7,148 students

Ruby Programming For Everyone

Learn Ruby Programming Fast!
Created byJohn Elder
Last updated 11/2023
English
English [Auto],Portuguese [Auto],

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

    Install the Ruby programming language on Windows using the official rubyinstaller.org package, optionally with the dev kit, and add ruby executables to your path while associating rb files.

  • 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

    Explore how puts and print control Ruby output, with puts adding a new line and print staying on one line, and introduce strings and numbers as data types.

  • String Manipulation3:41

    Explore string manipulation in Ruby by treating strings as objects in object oriented programming and applying methods with dot notation, including downcase, capitalize, reverse, and length.

  • Variables3:45
  • Getting User Input With Gets3:10

    Learn how to capture user input in Ruby using gets, print, and puts; apply interpolation to display the name and use chomp to remove trailing newlines.

  • 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

    Learn how gets returns a string and convert input to an integer with to_i, then perform arithmetic and interpolation on the result in Ruby.

  • 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

    Explore if/else conditional statements in Ruby, using comparison operators and user input to branch actions. Learn to use else if, equals comparisons, and apply these concepts to numbers and strings.

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