Ask HN: What is the best way of getting back into programming?

1 points by AdnanChowdhury ↗ HN
A couple of months ago, I started learning Python. I got quite into it, before I became 'too busy' to do any programming.

So, my question to you guys is what is the quickest and easiest way to get back into programming?

1 comment

[ 3.0 ms ] story [ 11.0 ms ] thread
Just build something.

If python is your thing, find a tutorial to build a todo list app or a calculator or whatever.

Once you finish that, either build the same thing in a different language / framework if you're not happy with your current tech choice, or build something that's slightly bigger than what you just build.