30

In my previous rants I used to shit all over Python.
Now, I am regretting those rants.

After giving up a on "writing Java with Python syntax", and learning to write the pythonic way, it finally clicked for me, and now I really like it!

Comments
  • 0
    There are optional types since python 3.5 so I think someone can make it compilable to JVM and save the world.
  • 0
    @irene Not a fan of classes and OOP in python? How come..
  • 1
    As long as you have closures and higher order functions, you can simulate any object-oriented system
  • 0
    Every paradigm can be expressed in a complicated fashion, given the opportunity.
Add Comment