This article analyzes the ten most popular languages in 2022, and there is always one suitable for you.
You can select suitable ones based on the introduction, or you can turn to the end to see my recommendations for different situations.
The programming language ranking TIOBE recently released a new form:
Without accident, python took the first place, squeezing C and Java down. In addition, it should be noted that SQL and PHP have been transposed.
Why do they stand out from more than 2500 programming languages?
Next, I will compare the advantages and disadvantages of these ten languages and rate them from the following aspects:
1. Ease of learning index: It is divided according to the degree of difficulty for beginners to learn the language for the first time.
2. Function index: divided according to the scope of application of programming language.
3. Salary index: divided according to the average salary of employees who have worked in the programming language
Note: The index evaluation standard of the full text is the highest and the lowest
Finally, at the end of the article, I will also give an analysis of the future trends of these ten languages and some suggestions for beginners.
0. Python: Life is short. I use Python.
Easy to learn index:
Function index:
Compensation index:
Introduction:
Python itself is relatively simple compared with other languages, and it is very convenient to use. Python has a large granularity and high development efficiency, but its running efficiency is lower than that of C language. However, with the continuous improvement of hardware performance in recent years, the reduced speed has not been felt, which is why Python has become more and more popular in recent years.
Function:
Web development: CIA website is data analysis developed in Python: NASA uses Python extensively for data analysis and computing software development: YouTube, Instagram, Zhihu Crawler: Google Crawler
characteristic:
Easy to learn, rich library usage, flexible mobile computing, not applicable
1. C/C++: C generates everything and is the foundation of programming
C and C++are similar. Let's put them together.
Of course, there are differences between the two. When C programs are written large, it is inevitable to simulate object-oriented, while C++itself is not limited to object-oriented. Two pieces of code may be more intuitive:
C:
void qsort (void* base, sizet num, sizet size, int (*compar)(const void*,const void*)
C++:
template< class RandomIt > constexpr void sort( RandomIt first, RandomIt last );
Easy to learn index:
Function index:
Compensation index:
Introduction:
It can be said that if you know C language, you know everything about programming language. Because almost all modern programming languages are derived from C, there is a vivid metaphor: if python is a building block, then C is like sand. The granularity of C is small. Although the development efficiency is lower, the operation efficiency is higher. Moreover, learning C and C++not only provides an introductory knowledge for programming, but also provides an introductory knowledge for the entire computer science. Even if you focus on other programming languages, the basic knowledge provided by C/C++is valuable.
Function:
Operating system development: Windows system is developed by C++, while Linux uses C. Software development: calculator. Interpreted language development: python.
characteristic:
Strong portability, compact language body, C++is more difficult to learn than C, which is closest to the essence of the operating system and can be understood by people.
2. Java: the most widely used programming language.
Easy to learn index:
Function index:
Compensation index:
Introduction:
Java is an object-oriented, class based programming language with high security and portability. It not only absorbs various advantages of C++language, but also abandons the concepts of multiple inheritance and pointer that are difficult to understand in C++. It allows programmers to carry out complex programming in an elegant way of thinking. But this grace is like a ballet dancer's entrance jump. If the technology is not perfect, it can never be done.
Function:
Android and iOS application development Video game development GUI software development
characteristic:
It is very popular and easy to get employed. It has a long history and is the cornerstone of Android application development. Rich resources and save time. Programming is challenging and easy to establish a stable programming foundation
3. C#
Easy to learn index:
Function index:
Compensation index:
Introduction:
C # is a safe, stable, simple and elegant object-oriented programming language derived from C and C++. It inherits the powerful functions of C and C++while removing some of their complex features, such as no macros and no multiple inheritance. C # combines the simple visual operation of VB and the high running efficiency of C++. With its powerful operation ability, clean syntax style, innovative language features, and convenient support for component oriented programming, C # has become NET development.
Function:
Windows application development Enterprise business application software development
characteristic:
Extensive use of Visual Studio makes it easy to start, strong convertibility and easy to use IDE
4.Visual Basic
Easy to learn index:
Function index:
Compensation index:
Introduction:
Visual Basic is a general object-oriented programming language developed by Microsoft Corporation. It is a structured, modular, object-oriented visual programming language with an event driven mechanism to assist the development environment. It is a language that can be used for Microsoft's own product development.
Function:
Web development Windows, iOS and Android application development
characteristic:
Visual design platform Powerful database function Event driven programming mechanism
5.JavaScript
Easy to learn index:
Function index:
Compensation index:
Introduction:
JavaScript is a literal script language, which is generally learned together with HTML and CSS. It itself provides a very rich set of internal objects for designers to use. JS is particularly popular because it is cross platform. Since JS itself runs in the browser, you don't even need a compiler. You only need a notebook application or Sublime Text to write.
Function:
Website front-end analysis function component Web interaction
characteristic:
Cross platform compatibility does not require compilers to facilitate learning other languages
6. Assembly language
Easy to learn index:
Function index:
Compensation index:
Introduction:
Assembly Language generally refers to assembly language. Assembly language is a low-level language used in electronic computers, microprocessors, microcontrollers or other programmable devices, also known as symbolic language. In assembly language, use mnemonics to replace the operation code of machine instructions, and use address symbols or labels to replace the addresses of instructions or operands.
Function:
Convert machine commands
characteristic:
As a low-level language, it has high scalability and can easily read the memory status and hardware interface status. The code has many fewer compilation links and can be accurately executed
7.SQL
Easy to learn index:
Function index:
Compensation index:
Introduction:
SQL (es que el) stands for structured query language and is a programming language used to operate database. It includes storing, processing and retrieving data stored in a relational database. SQL maintains the accuracy and security of data, and helps maintain the integrity of the database regardless of its size.
Function:
Database Writing Database Query
characteristic:
Uniform style, highly non procedural, provides two ways of use with the same syntax structure
8.PHP
Easy to learn index:
Function index:
Compensation index:
Introduction:
PHP stands for hypertext preprocessor and is a general programming language. And as a scripting language, it can run directly on the server and be used to create web pages written in html. This language was originally created to maintain Rasmus' personal homepage (PHP), but today it has occupied 83% of the world's websites, and is widely used to create dynamic webpage content and images used on websites. Zuckerberg also used it to write the famous Facebook.
Function:
WordPress plug-in Web development Create page data encryption software including database function
characteristic:
Cross platform compatibility does not require compilers to facilitate learning other languages
Although the rankings of different languages are different, they do not have advantages or disadvantages, but their practicability in different fields is different.
As we all know, the daily business of our programmer inn is directly related to programmers, and we are exposed to a large number of development needs every day. According to the demand data of our company, we will briefly analyze the future trends of these languages, and give a reference to beginners and Xiaobai:
0. Python is still on the rise and has high learning value:
From the data point of view, Python is now in the dividend period, and the input-output ratio after learning Python is considerable;
1. C and Java remain strong and stable:
As a relatively traditional development language, it is still highly irreplaceable;
2. R language may be a dark horse in the future:
Both big data and artificial intelligence need to process a large amount of statistical data. R language is good at processing data.
Therefore, if you want to choose a language to start with:
If you want to learn programming to deal with some problems in work and improve productivity, then python is best for you. If you want to engage in web development in the future, JavaScript and PHP are both good. If you want to engage in software development in the future, you can try Java, C/C++and C #. If you want to work on operating system development in the future, C/C++is the most suitable. If you want to engage in data analysis, R and SQL are very efficient. If you want to engage in game development, then: Java is the top priority. If you want to engage in new professions such as artificial intelligence, python and R are both necessary languages.
As for which language to learn later, it depends on your career planning.
I am a programmer's hostel, China's leading free working platform for programmers, providing new technical human solutions. If you find it useful, don't forget to like it, collect it and pay attention to it~