Additional information
Full Title | Learn to Code with Ruby 1st Edition |
---|---|
Author(s) | Boris Paskhaver |
Edition | 1st Edition |
ISBN | 9781788834063, 9781788837514 |
Publisher | Packt Publishing |
Format | PDF and EPUB |
Original price was: $58.99.$24.99Current price is: $24.99.
Access Learn to Code with Ruby 1st Edition Now. Discount up to 90%
Full Title | Learn to Code with Ruby 1st Edition |
---|---|
Author(s) | Boris Paskhaver |
Edition | 1st Edition |
ISBN | 9781788834063, 9781788837514 |
Publisher | Packt Publishing |
Format | PDF and EPUB |
Ruby is a language released by Yukihiro Matsumoto in 1995 that bills itself as “a programmer’s best friend”. Every aspect of Ruby is designed to make programming easier for the developer. There is no better first language if you are interested in learning how to program.
Ruby also serves as the foundation for Ruby on Rails, a popular web framework that powers over 1.2 million websites worldwide. The course offers an extensive introduction to the base language you will need to know if you intend to tackle web development in the future.
The course starts by introducing you to Ruby programming and helps you install Ruby on macOS and Windows OS. You will then look at common programming concepts (variables, arithmetic, output). You will learn objects and methods, strings, numbers, Booleans, methods and conditionals, ranges, arrays, and hashes. After that, you will look at Blocks, Procs, and Lambdas; dates and times; file input and output; and regular expressions. Finally, you will look at classes, modules, and inheritance in detail.
By the end of this course, you will be confident enough to work on the Ruby programming language and bring your programming experience to the next level.
All the code files and the resource files are uploaded on the GitHub repository at https://github.com/PacktPublishing/Learn-to-Code-with-Ruby-V-