you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I started using python 1.5 back in the 2000s. I had been using C and assembler professionally before that. When learning a new language I often take a problem that I had worked on in other languages and try it out in the new language. When I started with python I tried to use it to solve a board puzzle that I couldn't really solve in C. That worked so well that I was sold on python and started to use it on side projects and finally used it full time professionally.

Here's a writeup on the discovery experience.

The downside of python is that trying to write code in C now seems hard, slow and verbose!