How can I learn programming by myself, and how should I learn?

From the initial machine language to assembly language, to the high-level language with hundreds of flowers, there are hundreds of programming languages.

First, beginners in any language must find a place that is easy to learn and has a significant effect after learning as an entry point, in order to enhance the interest in learning the programming language they have learned.

Second, learning the language must clarify the knowledge system to be learned (what knowledge should be learned, which must be learned now, which can not be learned, and which can be delayed ...), formulate a learning plan (the order of learning knowledge), formulate Each learning cycle (the length of learning time), step by step, step by step.

Third, in the next in-depth study, we should combine video and books to learn.

If it is zero-based, you can go to the B station to watch some basic videos, choose a suitable language to get started, C, C ++, python, java, etc. Learn and read blogs. The most important thing is to write demos, small projects, etc. by yourself. Only in practice can truth be discovered, you can find your deficiencies and mistakes, and then correct your studies. If you want to go deeper, you also need to understand the 408 data structure, computer composition principles, operating system, and computer network. The data structure is very important. After you slowly converge, you will find your own direction, and then continue to learn in the direction you are interested in. The programming language is just a tool, and the idea is very important.

Guess you like

Origin www.cnblogs.com/fkw777/p/12736397.html
Recommended