Home  >  Article  >  Backend Development  >  Is it difficult to learn Python by yourself?

Is it difficult to learn Python by yourself?

silencement
silencementOriginal
2019-06-22 09:53:323668browse

Is it difficult to learn Python by yourself?

Friends who are new to python always struggle with this question: Is python difficult? I am not a major, can I learn it? Should I learn C or Python first? Let me tell you about this topic.

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 also think that they 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. However, learning C is boring and difficult to see quickly. Effectiveness may dampen motivation 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, foreign beginners who teach programming are switching to Python. 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 fifth are C and Javascript, the difference 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. In fact, for beginners, there is no doubt that there is no harm in learning C language first. If you are still not sure how you want to go in the future, it doesn’t matter whether you learn Python or C first. If you are sure that you don’t want to take the technical route, then please start with Python. If you are interested in the Internet industry, or are interested in becoming a software engineer, want to change your current working status, and want a monthly salary of over 10,000, then act quickly!

The above is the detailed content of Is it difficult to learn Python by yourself?. 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