Http://www.csdn.net/article/2011-10-17/305868
Do it now!
I have never been tired of exposing what I 've been doing since I was 11 years old. The purpose is to say that if you want to learn programming, you need to do something! Go now. Do not make any excuses.
Doing things is the best way to learn.
Reading programming language books from beginning to end is boring. You can't go to programming language books. However, if you want to build a project, you will know what you should learn during the process. This is a more effective way to understand and master the knowledge.
Computer Courses
Computer courses in universities are another very effective way to learn programming. Most good computer courses emphasize learning important concepts and paradigms in the computer science field, rather than teaching you a specific language. This allows those who have never received formal education to broaden their horizons.
I remember when I took the first computer course at Stanford University (it was a C ++ course), and I was wondering, "How can I leave the $ symbol in front of the variable ?" At that time, I only used PHP!
It took me a long time to get rid of the habit of adding the $ symbol before the variable.
Work in software company
Another way to improve programming skills is to practice at software companies, such as Facebook or Quora, where I spent the last two summers. You will learn from those excellent people how to better program, how to read and understand others' code, and how to cooperate in big projects.
The best way to learn programming is to do project exercises. Have I repeated this sentence countless times?
How to Learn programming:
Practice habits.
Read programming books.
Perform project exercises.
Take a computer course.
Practice habits.
Read programming blogs.
Perform project exercises.
This is the best advice I can give.
Happy programming!