7

Started out with python, while meaning to learn javascript.

I am now competent in python. Im still not sure how it happened.

Started python because I got tired with doing repetative calculations by hand. I think I had like a phobia of problem solving with nested loops. any time I thought a problem would require nesting, especially more than one nested loop, I would just avoid doing it, or end up doing it by hand.

Wrote so many goddamn loops though in the process of exploring graphs, doing things by hand seems like a nuisance. Thinking in loops has its own zen or something.

Now I just need to get over my fear of json-based CLI-enabled configuration-over-convention.

Comments
  • 2
    Tbh I started JavaScript while meaning to start python. Now almost anything I want to programme I look for a JavaScript alternative.
Add Comment