Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Coding for Beginners: Using Ruby Programming language
Rating: 4.2 out of 5(2 ratings)
1,952 students

What you'll learn

  • Install Ruby
  • Interact with Ruby in various ways
  • Ruby Gems
  • Working with Numbers
  • Working with Strings
  • Working with Arrays
  • Working with Boolean Data Type
  • Conditional statements
  • Using Loops
  • Using Break statements
  • Using various types of operators

Course content

3 sections38 lectures2h 57m total length
  • Introduction1:36
  • Please Read0:06
  • What is Ruby2:04
  • Downloading Ruby for Windows5:06
  • Installing Ruby on Windows5:10
  • Introduction to ways of interacting with Ruby1:21
  • Interacting with Ruby using single command6:04
  • Interactive Ruby7:30
  • Clearning and Exiting IRB Screen3:09
  • Interacting with Ruby with a File5:07

Requirements

  • Access to a computer
  • Access to internet

Description

Ruby is an interpreted, high-level, general-purpose programming language which supports multiple programming paradigms. It was designed with an emphasis on programming productivity and simplicity. In Ruby, everything is an object, including primitive data types.

Unlike languages such as C and C++, a scripting language doesn’t talk directly to hardware. It’s written to a text file and then parsed by an interpreter and turned into code. These programs are generally procedural in nature, meaning they are read from top to bottom.

Object-oriented languages, on the other hand, break out pieces of code into objects that can be created and used as needed. You can reuse these objects in other parts of the program, or even other applications.


Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.

Ruby is seen as a flexible language, since it allows its users to freely alter its parts. Essential parts of Ruby can be removed or redefined, at will. Existing parts can be added upon.

This course will teach you the basic fundamentals of the Ruby programming language.

Topics covered include:

  • Ruby Gems

  • Installing Ruby

  • Interacting with Ruby

  • Arrays

  • Variables and Variable scope

  • Strings

  • Ruby Symbols

  • Ruby Constants

  • Logical Operators

  • Comparison Operators

  • Arithmetic Operators

  • Ranges


Who this course is for:

  • Beginners to Ruby
  • Beginners to coding