Ruby on Rails: How to install Ruby on Windows

This article has instructions for installation of Ruby on Windows 10. 1. Go to the Ruby downloads page and click the “Download” button: https://www.ruby-lang.org/en/downloads/ 2. Click the Ruby Installer link which should take you here: https://rubyinstaller.org/ 3. Click the Download button, which leads here: (or skip the first two steps and go straight here!) https://rubyinstaller.org/downloads/ … Continue reading Ruby on Rails: How to install Ruby on Windows

Python and Ruby: A comparison of the language basics

In this table I will compare some basic programming syntax and conventions between the Python and Ruby programming languages. Programming element Python Ruby Commenting code: Both use the pound # sign. # This is a comment # This is a comment Multi-line comments: “”” This is a comment. This is a comment, too. This is … Continue reading Python and Ruby: A comparison of the language basics