Home  >  Article  >  Backend Development  >  Which one should I learn first, c language or python?

Which one should I learn first, c language or python?

silencement
silencementOriginal
2019-06-14 15:03:434992browse

Which one should I learn first, c language or python?

Which one is better for beginners to learn first, Python or C?

Some people think that you should start with C language for the following reasons:

1. C language is the first programming language you come into contact with in college, which shows its importance.

2. C language is a process-oriented language, while Python is an object-oriented interpreted computer programming language. And you need to first understand what process-oriented is, and then understand what object-oriented is.

3. C language is the foundation. It can be said that if you learn C language thoroughly, it will be much easier for you to learn other languages. It can be said that you have a comprehensive understanding of it.

Some people think that you should start with python for the following reasons:

1. If you use C to get started with programming, you can better master the basics of programming and understand the principles of code operation, but learning C is boring. , it is difficult to see results quickly, which may dampen the enthusiasm for learning.

2. Using python will give quick results, but because most of them use high-level interfaces, the underlying implementation may be vague. However, you can also wait until you finish learning python and then learn C to make up for it.

3. Nowadays, most beginners in foreign countries use Python to teach programming. C is low-level, has many details, and is not easy to learn. Learn python. Whatever you want to do now, you can quickly and easily implement it using python.

C language programming is our professional basic course, but C language itself is a very powerful tool, and it is by far the most widely used tool.

Python is a general script development language that is simpler and easier to learn than other programming languages. Its object-oriented features are even more thorough than Java, C#, and .NET, so it is very suitable for rapid development.

According to the Apache 2018 annual report, judging from the distribution of code languages ​​used by projects, Java ranks first, accounting for 58% of all projects, second is C, third is Python, and fourth And the fifth place is C and Javascript, the gap between the two is not big.

The summary is: learning C language is difficult and python is easy, but learning C language first can lay a better foundation. After all, to be a programmer, you can't just know one language. Most programmers need to know at least three languages.

The above is the detailed content of Which one should I learn first, c language or python?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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