Hmm. Advice for novice programmers...

You are not novice. There are no 'levels' in real world; beginner, novice, master, doesn't map well with the reality. You just understand some programming stuff, that's all.
There is no language you should learn, neither mathematics. The most important thing you should learn is
to program. This doesn't mean mathematics or C. Instead it means you should understand what a computer really is and what can you do with it; Increase the pattern size of mental term 'computer'.
I'd say programming is about giving commands; manipulating systems to do what you want. What I've noticed to gain with my hobby and feel important are:
- Capability to gain understanding at an amazing speed, this is required to understand the really much changing output you get.
- Capability to understand patterns amongst complex context. You need to specify what you want, if what you want can be said simpler without destroying information content, then you can also write the program to be simpler.
Everything else, languages you use, processor architecture you program to (biological cell is a processor!), mathematical notations&logic you use(mathematics==language), is secondary to take a benefit from programming.