Next tutorial will describe Ruby language in details. If you read one page every day you will finish learning in one week. We organize pages in logical order but sometimes you need to read them twice. For each page you should spend about 1 hour. Don't forget to take a break after reading each page. You can use the next index to visit each chapter. If you are first time here, ignore the index for now and continue reading.
Index
Ruby is a general purpose scripting language and has very good drivers for databases. Therefore Ruby is as good as Python for creation of test automation scripts, data pipelines and server side scripts. It has a different philosophy than Python that make Ruby programmers slightly more productive. Ruby is also about 30% faster than Python.
Ruby is open source and it has its well maintained website. I have done this tutorial by reading the documentation. You should read it if you decide to use Ruby for your future projects. Here are the official links for Ruby documentation and software:
Read next: Ruby Syntax