Ask HN: A novice programmer asks you for one educational resource
You can point them to a book, a website, an online course, a screencast series, etc. The novice has no preference for a particular language or platform.
What would you recommend and why?
8 comments
[ 3.6 ms ] story [ 32.0 ms ] threadCoursera.com - too many courses to list.
Its a program focused on teaching you how to program to a level where you can get a job doing so. It focuses on having you prototype and build many types of applications with different languages. You also learn to work with the whole stack (as in learn to deploy those apps that you write).
I developed the program after teaching people how to program (online and offline) for a while. I realized that people usually have three main issues when learning how to program:
- They dont know how to learn how to program.
- They dont know how to find answers to their questions/doubts.and the
- They don't understand how programs work in general (breaking down instructions into simple steps).
So, with that in mind, I created the program. Its been getting good results.