Job Recruitment Website - Recruitment portal - Can I teach myself to program?

Can I teach myself to program?

Programming can of course be taught by yourself. It takes about two or three months to learn programming by yourself. Spend two to three weeks every day learning all the basics. Everything else is based on the foundation, and you will learn quickly.

The following are suggestions about zero-based learning programming:

1. Prepare a better and faster computer, and then install an operating system (Windows operating system is recommended). Don't let a slow computer waste your time.

2. Choose the correct typing fingering. In addition, you should be familiar with some Windows shortcuts and text editors.

The first step in learning computer science is to learn a programming language. The advantages and disadvantages of this language are as follows:

A.c language

Advantages: You can learn a lot of basic knowledge and lay a solid foundation for you.

Disadvantages: C language does not support object-oriented programming, so it is difficult for you to find a job directly with it.

b.C++

Advantages: Many usages are the same as C, but it supports object-oriented programming.

Disadvantages: there are too many knowledge points to learn, and there are multiple versions of relatively complex languages to choose from.

c.Java/C#/Python/JavaScript

Advantages: simple grammar, hidden low-level knowledge points, strong readability, easy to find a job after learning.

Disadvantages: You will lose many basic knowledge points.

Recommended teaching materials for self-study programming:

C programming language, second edition, new edition

Extended data:

Programming is the Chinese abbreviation of programming, which is the process of letting a computer solve a certain problem on its behalf, specifying a certain operation mode for the computing system, making the computing system run according to this calculation mode, and finally getting the corresponding results.

In order to make the computer understand people's intentions, human beings must tell the computer the ideas, methods and means of the problems to be solved in a form that the computer can understand, so that the computer can work step by step according to people's instructions and complete a certain task.

This communication process between people and computing systems is programming.

Programming: Design a "controllable system" with logic flow function. Note: programming is not necessarily aimed at computer programs, but can be regarded as programming for systems with logical computing ability.

Reference link: Programming _ Baidu Encyclopedia