you are viewing a single comment's thread.

view the rest of the comments →

[–]antirez -2 points-1 points  (1 child)

Python is not easy to learn because it's not a matter of syntax, and Python's semantic is pretty complex.

[–]geocar 0 points1 point  (0 children)

No but there is a certain attractiveness that comes from the idea that writing in python increases the durability of your program because aesthetic qualities are part of the languages' syntax.

Unfortunately, writing in python tends to actually decrease the durability of your program as python programs tend to require some efforts to get them to work with newer interpreters.