Ruby is also very comfortable in scripting mode. It can replace `sed`, `grep`, `awk`, ...
String manipulation in Ruby is very advanced. With the `[]` method or its alias `slice`, it's easy to extract a complex part!
Float precision is not infinite. Depending on your use case, you need to be very careful.
Rounding in Ruby doesn't work like it does in Python, but you can customize it to change that behavior