国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Home Common Problem How long does it take to teach yourself programming?

How long does it take to teach yourself programming?

Jun 20, 2019 am 10:45 AM
programming Self-study

How long does it take to teach yourself programming?

It takes about 2 months to self-study Java to write something small, half a year to start making something, and a year to You know everything you know, and you can basically master what you need to know. It’s easy to get started and find a job.

C language will take longer. If you are good at English, good at mathematics and logic, and concentrate on learning, then it only takes half a year or a few months to learn C language. If English is average, then one year is enough. In fact, learning programs also requires talent and a spirit of study.

C is a language with a wide range of uses. It is a superset of the C language. If you know C, it will take about three months to learn how to use C to compile some simple programs. It will take you about three months to learn more about it. It depends on continuous exploration in the process of using it. As for truly learning it, you know, many people who use this language dare not say that they have learned it. There is no best, only better.

The above is purely a personal opinion, the premise is that you have to put in a lot of effort, and you can't just fish and dry the net for two days. Therefore, this self-taught achievement is an uncertain factor. Talent and hard work determine it all.

1. Interests and Hobbies

Interest is the best teacher. If you are interested in it, all problems will not be a problem. You will try every means to do it. Specialize in research.

2. Basic knowledge

Although this can be learned, for programming, you must at least be familiar with computer operation and understand some basic principles. You won't be at a loss when it comes to understanding syntax storage. When I first learned programming, I didn't know much about some concepts or computer basics. It took me several days to understand why memory is stored in this way. So learning is very slow.

3. Career Pressure

This thing is that once you take it as the basis of food and clothing, you will be motivated to learn when you are under pressure. It is your means of livelihood and satisfaction. The basic needs of life, without or do not learn it, you will not have a better life, to a large extent you will put in more effort.

As mentioned above, if you regard programming as a career or a hobby, then you will become self-taught in a shorter and faster time than others.

Some suggestions for self-study

Suggestions 1. Read books for self-study

Self-study only means that there is no special teacher to teach you step by step, not that there are even books It’s all okay. Someone comes to me every day to ask me some very basic conceptual questions. I asked him: "Aren't these concepts clearly written in books?" He replied: "I don't have a book." If there is no book, it will be difficult for you to understand it in your mind. To form a more holistic understanding, all the knowledge learned is fragmented. Self-study programming is inseparable from books. The experiences of previous generations are recorded in them. Finding a good introductory programming book is very important for the entire self-study process.

Suggestion 2: To learn programming, you need to practice

There are books, but it’s not enough to hold them all day long. The most fearful thing about programming is talking on paper. I have seen some beginners, after reading several big books, understand the loop function clearly, but they have never even seen what a compiler looks like. Just theory without practice is equivalent to talking nonsense. If you input and run some small programs "Hello, World!" by yourself, your programming ability will be greatly improved.

Suggestion three: Programming requires thinking

Programming is a creative process. The meaning of programming is to teach the computer how to complete a task through the form of a program. Writing code is just a formality, what really matters is how to complete a specific task. It is better to learn other people's ideas than to memorize some codes written by others. Copying and pasting is a porter of code, not a creator.

Suggestion 4: Develop good habits

As the saying goes, "Don't do good deeds even if they are small." Once bad habits are formed, it will be difficult to change them. Therefore, when writing a program, you must pay attention to the indentation of the coding format, meaningful names for variables and functions, the use of upper and lower case, attention to semicolons at the end of lines, etc., and you must start from the beginning. Otherwise, a thousand-mile embankment will collapse in an ant nest.

For more technical articles related to common problems, please visit the FAQ Tutorial column to learn!

The above is the detailed content of How long does it take to teach yourself programming?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Problem-Solving with Python: Unlock Powerful Solutions as a Beginner Coder Problem-Solving with Python: Unlock Powerful Solutions as a Beginner Coder Oct 11, 2024 pm 08:58 PM

Pythonempowersbeginnersinproblem-solving.Itsuser-friendlysyntax,extensivelibrary,andfeaturessuchasvariables,conditionalstatements,andloopsenableefficientcodedevelopment.Frommanagingdatatocontrollingprogramflowandperformingrepetitivetasks,Pythonprovid

Unleash Your Inner Programmer: C for Absolute Beginners Unleash Your Inner Programmer: C for Absolute Beginners Oct 11, 2024 pm 03:50 PM

C is an ideal language for beginners to learn programming, and its advantages include efficiency, versatility, and portability. Learning C language requires: Installing a C compiler (such as MinGW or Cygwin) Understanding variables, data types, conditional statements and loop statements Writing the first program containing the main function and printf() function Practicing through practical cases (such as calculating averages) C language knowledge

Python Power, Simplified: A Beginner-Friendly Approach to Programming Python Power, Simplified: A Beginner-Friendly Approach to Programming Oct 11, 2024 pm 04:53 PM

Getting Started with Python Programming Install Python: Download and install from the official website. HelloWorld!: Use print("HelloWorld!") to print the first line of code. Practical case: Calculate the area of ??a circle: Use π (3.14159) and the radius to calculate the area of ??the circle. Variables and data types: Use variables to store data. Data types in Python include integers, floating point numbers, strings, and Boolean values. Expressions and assignments: Use operators to connect variables, constants, and functions, and use the assignment operator (=) to assign values ??to variables. Control flow: if-else statement: execute different code blocks based on conditions, determine odd

The Key to Coding: Unlocking the Power of Python for Beginners The Key to Coding: Unlocking the Power of Python for Beginners Oct 11, 2024 pm 12:17 PM

Python is an ideal programming introduction language for beginners through its ease of learning and powerful features. Its basics include: Variables: used to store data (numbers, strings, lists, etc.). Data type: Defines the type of data in the variable (integer, floating point, etc.). Operators: used for mathematical operations and comparisons. Control flow: Control the flow of code execution (conditional statements, loops).

Demystifying C: A Clear and Simple Path for New Programmers Demystifying C: A Clear and Simple Path for New Programmers Oct 11, 2024 pm 10:47 PM

C is an ideal choice for beginners to learn system programming. It contains the following components: header files, functions and main functions. A simple C program that can print "HelloWorld" needs a header file containing the standard input/output function declaration and uses the printf function in the main function to print. C programs can be compiled and run by using the GCC compiler. After you master the basics, you can move on to topics such as data types, functions, arrays, and file handling to become a proficient C programmer.

Create the Future: Java Programming for Absolute Beginners Create the Future: Java Programming for Absolute Beginners Oct 13, 2024 pm 01:32 PM

Java is a popular programming language that can be learned by both beginners and experienced developers. This tutorial starts with basic concepts and progresses through advanced topics. After installing the Java Development Kit, you can practice programming by creating a simple "Hello, World!" program. After you understand the code, use the command prompt to compile and run the program, and "Hello, World!" will be output on the console. Learning Java starts your programming journey, and as your mastery deepens, you can create more complex applications.

Java Made Simple: A Beginner's Guide to Programming Power Java Made Simple: A Beginner's Guide to Programming Power Oct 11, 2024 pm 06:30 PM

Java Made Simple: A Beginner's Guide to Programming Power Introduction Java is a powerful programming language used in everything from mobile applications to enterprise-level systems. For beginners, Java's syntax is simple and easy to understand, making it an ideal choice for learning programming. Basic Syntax Java uses a class-based object-oriented programming paradigm. Classes are templates that organize related data and behavior together. Here is a simple Java class example: publicclassPerson{privateStringname;privateintage;

The Keys to Coding: Unlocking the Power of C for Beginners The Keys to Coding: Unlocking the Power of C for Beginners Oct 13, 2024 am 11:44 AM

C language, as the basis of programming, opens the door to programming for beginners with its efficiency and versatility. Its simple syntax consists of keywords, identifiers, data types and operators. Variables are used to store data, and the data type determines the scope of the variable. Operators operate on data and expressions are used to calculate values. Control flow statements control the order of program execution, including if, for, and while loops. Functions are reusable blocks of code that accept parameters and return values. In the actual case, the C language program can calculate the area of ??a circle, read the radius and use the formula to calculate the area, and output the result.