My Uncle Suggested I Stay Away from Python and Start with Assembly Language…

My Uncle Suggested I Stay Away from Python and Start with Assembly Language...

As a programmer, what was the first programming language you encountered and learned? According to the “2021-2022 China Developer Survey Report”, the historically significant assembly language is the most disliked programming language among programmers (37%), followed by C++ (17%) and C (16%). As a machine-oriented programming language, assembly language is indeed very precise, but it … Read more

Revolutionizing Rust Function Syntax: Moving Towards a More Concise Declaration Style?

Revolutionizing Rust Function Syntax: Moving Towards a More Concise Declaration Style?

About Rust Function Syntax This article presents some thoughts on aspects that were not deeply considered during Rust’s early days, hoping to inspire those who are creating new languages. First, let’s discuss the existing <span>fn</span> syntax. Rust excels in many areas, allowing various elements to integrate well together. Although it is not a small language, … Read more

Carbon: The Successor to C++ Gains Popularity on GitHub, C++ Creator Comments on Its Standards

Carbon: The Successor to C++ Gains Popularity on GitHub, C++ Creator Comments on Its Standards

Source | This article is authorized for reprint by AI new media Quantum Bit (ID: QbitAI). Please contact the source for reprinting. Author | Alex from Aofeisi At this year’s CPP North C++ conference, Google announced a new programming language Carbon, claiming it to be the “successor to C++”. Google has open-sourced it on GitHub. … Read more

C++ Creator: The Safety of Memory-Safe Languages Like Rust is Not Superior to C++

C++ Creator: The Safety of Memory-Safe Languages Like Rust is Not Superior to C++

Produced by | OSC Open Source Community (ID: oschina2013)After the National Security Agency (NSA) in the United States recommended organizations switch from C/C++ to memory-safe languages (such as C#, Rust, Go, Java, Ruby, or Swift), C++ creator Bjarne Stroustrup responded, stating that in his view, the “safe” programming languages mentioned in the NSA report are … Read more

Expecting to Learn Multiple Languages, but Stuck with C Language

Expecting to Learn Multiple Languages, but Stuck with C Language

User Comments: @Scarlett_北冥雨夜: You should learn PHP first @Mr_HaiTwo: Expectation: Java, Reality: PHP, Python, C++, Shell, JS, HTML @Professor Liu from Qinhuai Hospital, 3rd Floor: C language is very deep @NereusP: I started learning with Xijia, so I know both C and Java @Why do you care what others think: I feel that C language … Read more

What Are the Main Development Programming Languages for Microcontrollers?

What Are the Main Development Programming Languages for Microcontrollers?

Microcontrollers have many names, such as MCU (Microcontroller Unit) and microcontroller. With the popularity of the Internet of Things, the demand for microcontrollers is increasing. At the same time, as the performance and resources of microcontrollers improve, the number of programming languages for developing microcontrollers is also growing. So, do you know which mainstream development … Read more

What Are the Main Development Languages for Microcontrollers?

What Are the Main Development Languages for Microcontrollers?

Microcontrollers have many names, such as MCU (Microcontroller Unit), and also referred to as microcontrollers. With the popularity of the Internet of Things, the demand for microcontrollers has been increasing. At the same time, as the performance and resources of microcontrollers have improved, the number of programming languages for developing microcontrollers has also increased. So, … Read more

C Language Returns to the Pinnacle in 2020!

C Language Returns to the Pinnacle in 2020!

A few days ago, I accidentally opened the famous programming language ranking website TIOBE. In its latest January programming language ranking, I was surprised to see that C language has won the title of “2019 Programming Language of the Year”. This marks the third time C language has received this honor, following wins in 2008 … Read more

C Language Takes the Spotlight Again! The Programming Language of 2019

C Language Takes the Spotlight Again! The Programming Language of 2019

(Add to favorites for Linux enthusiasts to enhance Linux skills) Source: Tech Frontline The TIOBE website recently released the programming index information for January. The top three programming languages this month are Java, C, and Python, with C++ and C# ranking fourth and fifth. TIOBE Annual Programming Language The TIOBE Annual Programming Language award is … Read more

Why is Python Growing So Quickly?

Why is Python Growing So Quickly?

作者|David Robinson 译者|足下 Stack Overflow 最近的调查显示,Python 已经成了发展最快的主流编程语言,也是 Stack Overflow 上来自高收入国家的访问中,点击量最高的标签。为什么突然间 Python 就发展如此快了? 1 写在前面 本文翻译自“Why is Python Growing So Quickly?”,翻译已获得原作者 David Robinson 授权。原文链接: https://stackoverflow.blog/2017/09/14/python-growing-quickly/ Stack Overflow 最近的调查显示,Python 已经成了发展最快的主流编程语言,也是 Stack Overflow 上来自高收入国家的访问中,点击量最高的标签。 为什么 Python 发展得这么快?Python 的应用范围非常广,从网站开发到数据科学,再到 DevOps,到处都可以看到它的身影。所以值得认真研究一下 Python 最近到底是在哪些具体的方面应用得更广了。我是一个使用 R 语言的数据科学家,我对 Python 在我从事的领域内的发展很感兴趣。在本文中,我会从另一个角度解读 Stack Overflow 的数据,理解具体是哪些方面的 Python 应用在增长,以及在什么样的公司和组织中 Python 用得最多。 分析得出了两个结论。首先,对 Python 的使用发展得最快的主要有以下几个领域:数据科学、机器学习和学术研究。这一点从 Pandas 包的使用增长率就可以很容易看出,这也是网站上和 Python … Read more