3 ответов
+ 1
are there orther develpment software tools to write and run ruby and python?
+ 2
Usually at least Python will be interpreted not compiled. In Ubuntu a python package should be already installed. To run a script open a terminal and write "python scriptname.py". Ruby can be installed by typing "sudo apt install ruby" and run with "ruby filename.rb"
+ 1
You could install an IDE for syntax highlighting and other useful features that might help you (for example Atom, Sublime etc.).