26

There was a time when I couldn't code a line in Python. My friends were all very proficient at the language as well as different Frameworks.

I started off with a strategy where I did 10 lines of coding today, 20 next, 30 day after and it grew. I became proficient with the language and built a stock market simulator for my college project.

Learnt multiple topics from math, programming, and DevOps to deploy it as well.

Most satisfying feeling was when 300 people played it for 2 weeks' time. That was when I realised I made it. Not literally, but figuratively.

Comments
  • 2
    Did you start before python with another language? And what were you coding with the 10 lines, 20 lines, n lines, etc?

    Im coming from c# to python and im struggling a bit and not to sure where to go from here
  • 2
    What if I told you that the number of lines doesn't matter at all, but what you do in those lines is what matters?

    I can code a 100 line Java program i n 10 lines of Python, and I can code 10 lines of Python in a bash one line piped command.

    Always remember that code, software and technology are just tools. They need to serve us. We do not need to setve them
Add Comment