Current location - Recipe Complete Network - Complete cookbook of home-style dishes - How to teach yourself zero-based programming
How to teach yourself zero-based programming
The method is as follows:

Quickly read introductory tutorials and books, suitable for learning languages and basic libraries. Read the documentation, examples and source code of this library. For example, in the development of Flash and Flex, it is very important to be familiar with the official API, and many details should be paid attention to when using it. It is best to take notes at this time, although I have never read my notes.

The primary task of learning programming in the world is to learn the basic operation of computers, be familiar with keyboards, and let yourself have a preliminary understanding of computers. As for the freshmen of science and engineering, it is estimated that they will teach such a similar course as Introduction to Computer. If you want to program as soon as possible, students should read the contents of the book as soon as possible, so that they can have an overall understanding of the computer.

Don't delve into grammar:

The most common mistake beginners make is to cram grammar with a big book. As a result, the grammar is very familiar, but the program still can't write a line, and the enthusiasm for learning is greatly affected. Learning programming, grammar is the least important, the most important thing is thinking.

Contact the standard library as soon as possible: the sooner you contact the concept of the standard library, the better. It is natural to use the standard library. As a programming habit, you must use it as much as possible.