Skip to content

Commit 7f63372

Browse files
committed
updates
1 parent abb51e0 commit 7f63372

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,17 @@ end
115115
As you can imagine, there are many more differences that just the syntax and philophies of the two languages. Let's quickly look at some examples.
116116

117117
#### Learning Curve
118+
119+
Without a doubt, Python is much easier to learn because of how the language is structed. One can literally become proficient in less than two months. Ruby takes much longer to learn due to its flexibility. Beneath the elegant surface, there's a lot of magic happening. It takes a while to grasp exactly what is happening. It can take upwards of six months to become proficient in Ruby.
120+
118121
#### Programming Paradigms
122+
123+
Again, you can use the same paradigms in both languages (procedural, functional, object oriented ...). When it comes to object oriented programming, Ruby used to have the upper hand, as it was built specifically for object orientation. Python has moved more towards true object orientation. This is a toss-up. Neither language has the upper hand, in other words.
124+
119125
#### Performance
126+
127+
Performance is a toss up as well. In some cases Python performs better, while in other cases, Ruby outperfroms Python. It all depends on the task at hand.
128+
120129
#### Usage
121130

122131
### Extended Example

0 commit comments

Comments
 (0)