Ask HN: Where can I go to learn basic coding?
As a co-founder of a startup, I am on the "business" end of things. But I want to start learning how to actually do the tech side as well - obviously, not an easy proposition, but I'd at least like to start learning so that I can be intelligent about what my tech guys are doing.
So I know this is a very broad question, but a Google search on this has proven fruitless. If you were starting on Day 1 of your coding journey, what would you learn and where?
Thanks in advance.
9 comments
[ 5.7 ms ] story [ 45.3 ms ] threadIt is a cloud based programming environment so you wont have to deal with setting up your own coding environment which is usually the biggest road block to new coders.
Below are some live demos of apps built on the platform and a couple of video tours:
*Firefox, Chrome,Safari or Opera required.
Spring Mechanics: http://hadron.phyzixlabs.com/embed/?action=get_main&embe...
Projectile Motion: http://hadron.phyzixlabs.com/embed/?action=get_main&embe...
Here is an example of the above programs embedded in a blog post: http://colabopad.blogspot.com/2011/03/public-release-of-simu...
User Demo : http://www.youtube.com/watch?v=PhZcIMvejVA
Developer Demo: http://youtu.be/wma9MU2e_U0
Feel free to contact me with newbie questions! Ed.
http://learnpythonthehardway.org/
If you're using Ruby on Rails in your startup, start directly with www.railstutorial.org - it's a great introduction to not only programming but all the side things that programmers do (version control, deployment, etc.)
If you need a Python or Ruby introduction, Zed Shaw's are very good too! http://learncodethehardway.org/
http://codecademy.com
When I started out, though, I had a clear vision of what it was I wanted to do, bought a book, and started hacking away. I learned best by jumping in head first with the hard stuff, but I realize a lot of people learn differently than I do. I would say that if you find the Codecademy courses too easy or boring, you should try my approach instead.
As far as what to learn...it kind of depends on what you're trying to build. Back when I was teaching myself, I was using PHP and MySQL, but the world appears to have mostly moved on from the LAMP stack of yesteryear. I'm partial to Python these days, but I've always enjoyed Java as well. Javascript has blown up in a huge way in the past couple of years and platforms like Node.js have only made it that much more practical. If I were to start learning web development today, Javascript is probably where I would start.
You'll probably find a lot of references to LPTHW.