Ask HN: What's the best programming language for a "business guy" to learn?
1–7 of 7 posts
Re: Ask HN: What's the best programming language for a "business guy" to learn?
#2Re: Ask HN: What's the best programming language for a "business guy" to learn?
#3Re: Ask HN: What's the best programming language for a "business guy" to learn?
#4What do you want to make?
Website: I would recommend Ruby or Python and the use of http://learncodethehardway.org/. Both languages provide low-friction introductions to programming, and have large communities focused on web development.
IOS App: Objective-C is the smoothest choice at the moment, but it (and IOS development in general) have steep learning curves.
Android: Java is the language for you, and there are tons of introductory materials for learning it. But the learning curve here will be fairly steep as well.
Best of luck on your journey!
Re: Ask HN: What's the best programming language for a "business guy" to learn?
#5Re: Ask HN: What's the best programming language for a "business guy" to learn?
#6Aim to be comfortable programatically manipulating text files at a minimum. Maybe install a library that allows you to manipulate Excel spreadsheets, if that is what you use for your numbers. Then try connecting to a databases to run queries/perform updates, and hook it all together into a mini app you run from the command line and does something you find useful.