How do you learn programming?
1–5 of 5 posts
Re: How do you learn programming?
#2It’s the “Ah ha!” Moments that are most fulfilling, and the insights there tend to stick the most.
Re: How do you learn programming?
#3As long as something is interesting for you, it's great!
As they say it's a marathon, not a sprint. You'll do it for a long time, so the most important thing is that you love doing it.
Of course you should focus either on frontend/web or backend/algorithms, and it's good to make that choice beforehand, as they need quite different skillsets (more artistic / more analytic).
Re: How do you learn programming?
#4Re: How do you learn programming?
#5Any project you begin will turn out to have a stumbling block where you can't move forwards because you are deficient in your knowledge.
Now spend some time on Software manuals, Google, the forums online and learn what is necessary to remove that deficiency in your knowledge.
Fixing that deficiency, and therefore being able to move onwards with the project means you have learned something.
Keep moving past the all of the stumbling blocks and eventually you will complete that project.
"But, throw it away?"
Yes. Now throw it away. And now rewrite it using all those hindsights of all the new knowledge you now have on hand. You will now know many shortcuts, algorithms, methods, etc. that will make better code than you had before.
That is how I learned programming.