Login
Remember
Register
Ask a Question
Explain some differences between Ruby and Python.
0
votes
asked
Nov 10, 2021
in
Ruby
by
Robin
Explain some differences between Ruby and Python.
ruby-vs-python
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 10, 2021
by
Robin
Below are
some differences between Ruby and Python
Similarities:
High level language
Support multiple platforms
Use interactive prompt called irb
Server side scripting language
Differences:
Ruby is fully object oriented while Python is not.
Ruby supports EclipseIDE while Python supports multiple IDEs.
Ruby use Mixins while Python doesn't.
Ruby supports blocks, procs and lambdas while Python doesn't.
...