I wish I understood computer code but it honestly mind fucks me whenever I try to read it. Where did you guys learn how to do it?
It's really easy, but it depends what direction you want to go initially.
You can start with web programming and not even programming but using simple markup languages and stylesheets (HTML, XML, CSS, etc)
This will at least get you understanding how to apply syntax/code and make you a whole lot more ready to try scripting js/php where you will learn all the important parts to programming that will eventually lead to a solid understanding of stuff.
after you've learnt one, you can learn them all.
else you can go the desktop/mobile software programming side and start with java or python, or even basic scripting.
again, learn how to apply/use syntax in code, etc.
Once you understand how to use syntax and basic programming principles, you can really go at relatively any programming language you like.
