Ask HN: I'm new to programing, any pointers?
9 comments
I like your unintentional pun in the title.
https://en.wikipedia.org/wiki/Pointer_(computer_programming)
https://en.wikipedia.org/wiki/Pointer_(computer_programming)
http://www.codecademy.com is an interesting site for learning how to code. It is definitely worth a look. Also, http://github.com is a great place to store your code while you learn and after you learn.
"... Some background I'm a business student, but I want to be able to build out cool webapps. ..."
Can I suggest coming at this from another angle. Instead of looking at this as learning a language. Pick a problem you currently have and "try" solve it while learning a language at the same time. Then look back and review the code after you finish and start a new problem.
read: http://www.hnsearch.com/search#request/all&q=learning+pr...
Can I suggest coming at this from another angle. Instead of looking at this as learning a language. Pick a problem you currently have and "try" solve it while learning a language at the same time. Then look back and review the code after you finish and start a new problem.
read: http://www.hnsearch.com/search#request/all&q=learning+pr...
You've certainly come to the right community! Read Hacker News daily as a supplement to your programming self-study and you'll inevitably come across some great resources.
http://stackoverflow.com is your friend, and http://github.com is useful whether you have code to store there yourself or not.
http://stackoverflow.com is your friend, and http://github.com is useful whether you have code to store there yourself or not.
Have you taken a look at http://www.codecademy.com/
Thanks everyone! I've been reading HN for a long time now and love it! I've messed around with codecademy a bit but was unmoved. I'm pursuing the "solve a problem" route now and as soon as I have something half decent written I'll throw it up on github!
Take an existing example Django demo app, and make it better. Change its look, add functionality, refactor it, change the back end, whatever "better" means to you at the moment.
Edit: added "demo."
Edit: added "demo."
Check out http://www.noexcuselist.com. Lots of basic programming resources.
well, the rabbit hole goes really very deep so there are many directions to head for, but i think the most important things to develop are infinite curiosity and an addiction to solving problems.
qapla'!
Some background I'm a business student, but I want to be able to build out cool webapps.
Any pointers for me? Resources, books, places to find quality source code, or anything else you think someone like me might benefit from?