6

One thing that is really difficult is when you are writing let's say C code for months, and then you switch to C# or Python, you immediately use C-style logic and forgo the easier, shorter Python syntax!

I did a python kata on the Codewars website. After submitting it, I realized my solution was like 10x longer than every other solution. Talking about hand in face.

Stuck to basics and forgot about Python's amazing shortcuts. What are you going to do!

Comments
  • 1
    And I will now be coming from Clojure back to Python at work :)
Add Comment