>>11990542Coding is one of those things that is best learnt by doing. I recommend starting a project googling whenever you get stuck. You should start with Python. It is the simplest and most elegant language, and I would argue the only reasonable starting language for beginners. There are those assholes who will tell you to start with C# or PHP, DON'T LISTEN TO THEM, those languages will give you a bad time if you don't know anything about programming.
You should start with a calculator, I think that is the best way to get the gist of things. If you want your program to do cool stuff like make graphs or edit Word-documents you can install modules to do it using the pip-command. The sky is the limit, do whatever you feel like. The more ambitious your project, the more you learn from it. Just take the baby steps and go from there.