Determine the learning direction
Need to determine the direction, from the basic learning, it is recommended that zero-based programming partners start learning from C language, C language introduction is relatively simple, which will enhance self-confidence.
Look at the results in stages
The introduction of self-learning programming must be effective in stages. This "result" was not achieved in a "black box". If presented in the user display interface, it is easy to enhance confidence.
Video and book access at the same time
It is suggested to find some free primary videos to learn programming introduction, preferably complete videos, and you can also buy a set of video materials for programming introduction if you have the conditions.
Combine theory with practice.
Introduction to computer programming must combine theory with practice. Only in this way can we really learn well.
Ask more programming friends.
If you have a good friend who can program, ask him more, and you'd better let him take you.
Configure the computer compilation environment
First determine what to learn and where to start, and then configure the computer compilation environment, which will bring convenience to our next study and hands-on practice.
Find the corresponding course
When learning computer programming language, you need to find the corresponding courses on the Internet. There are many free C language courses on the Internet. I suggest you choose one set and study and review it in stages.
Decimal code
Only by typing more codes can we find the rules in computer programming. At first, you didn't understand. As long as you code and practice with the teacher, you can gradually understand through memory. If you want to engage in programming, you can save your own code in your own text file, so that you can understand our code volume and prepare for finding a job in the future.
Multilingual cross-reference
After learning C language programming, it doesn't matter that you can learn new programming languages such as python and java. They have a lot in common and can learn from each other and apply to each other.