You don't learn coding from tutorials or by opening a game editor. You can learn some aspects of coding, yes. But ultimately it is a formal constructed language that uses syntax to organize instructions.
I'd suggest you get a good (science) book on how to program in C. It is a good starting point to learn many other languages. Get a good basic understanding of C and work from there. With a solid base you can start to experiment much much easier. And it is always good to take a look at mathematics: propositional calculus (first-order logic) and measure theory come to mind.
Last edited by dot; 23/07/14 09:36 PM.