I reccomend that any programming novice start learning to program in the
Brainfuck programming language.
The language only has 8 commands (and is Turing-complete), so it's easy to learn.
Here is the Brainfuck code for a Hello World program (and YES, that is the actual code, not some screwed up link); you can see how easy it is write a program with just 8 commands to learn!