Home Backend Development Python Tutorial In what year did python become popular?

In what year did python become popular?

Jun 11, 2019 pm 03:56 PM
python

Python has suddenly become popular in China since about the end of 2017. Previously, Python, and even programming, were mostly topics for professionals and could not make waves among the general public.

In what year did python become popular?

Why is Python suddenly so popular? Let me briefly analyze it, mainly including the following three points:

The rise of artificial intelligence and machine learning (Recommended learning: Python video tutorial)

In recent years, big data, artificial intelligence, and machine learning have attracted more and more attention, so much so that ordinary people have heard of them. The demand for such talents exceeds supply, the salary level is quite high, and many people want to learn from them.

The Python language is simple and has a large number of external libraries, especially many libraries related to the above content, such as Matplotlib, Numpy, Pandas, SciPy, and TensorFlow. These libraries are quite famous in Python and are relatively convenient to use. Therefore, Python has also become the main language for big data, artificial intelligence, and machine learning and has a considerable number of learners.

Promotion of Education and Examination

In early 2017, Zhejiang Zhejiang issued a plan for new high school information technology textbooks, which will focus on Python and add programming Related knowledge points:

2017年中观察:看上去这个大纲内容基本是这样了,但是实行年份可能要往后推了,不在2017年执行了
(据说技术科目的另一部分,通用技术,也在进行教改)。
----------2017年初消息:浙江省信息技术新教材,即将在2017级(2017年9月入学)高中新生中开始使用。 
据了解,与目前的选考(可以理解为高考科目)要求的
“信息技术教材由3本《信息技术基础》、《多媒体技术应用》、《算法与程序设计》3本组成,涉及软件(应用软件与编程软件)
包括但不限于,
信息技术基础:Excel、Access;
多媒体技术应用:Photoshop、Flash
算法与程序设计:Visual Basic 6.0,算法部分只涉及冒泡、插入排序,与二分查找,”
不同,
取消《多媒体技术应用》模块(也就是说,不再考察Photoshop和Flash了)
取消对Excel、Access软件使用的考察
编程语言将换用Python
将使用Python + matplotlib + pandas ,并直接编程来绘制图表、操纵数据、进行数据可视化,来替代之前有关Excel和Access的考察
算法与程序设计模块也将使用Python,并新增基础数据结构知识(线性数据结构,与非线性数据结构中的树与二叉树)
顺带一提,接下去的高考的信息技术考查形式不明确,但是估计不会改变,仍然是100%纸笔闭卷测试。(如果有变化,将及时更新)
Copy after login

At the end of 2017, I saw another piece of news: the National Computer Ranking Examination was adjusted, and a new subject of "Python Language Programming" was added to the Level 2 examination:

二级取消“Visual FoxPro数据库程序设计”科目(代码:27),2017年12月是其最后一次组考。
新增“Python语言程序设计”科目(代码:66),考试时长:120分钟,软件要求:Python 3.5.2版本及以上IDLE,2018年9月首次开考。
Copy after login

This is more powerful. Previously it was a provincial-level reform, but now it is a national-level reform.

Curiosity of plug-ins

The promotion of education and examinations promotes the interest of students and parents in Python. As for other people's interest, I think it's probably because of the recent "jump" cheat.

Since WeChat launched "Tiaoyitiao", players have been working day and night to increase their scores, and of course those who use cheats are indispensable. Some people make money from cheats, while some people write cheats and share them for free. Among all kinds of plug-ins, the most plug-ins are written in Python (to be honest, a small game actually has so many plug-ins written in different languages, and they are also open source, which shows that many plug-ins are actually written to show off skills. Element).

I think that for the public, this is also an opportunity to get in touch with Python; maybe some people will be amazed by the power of Python and have a desire to learn.

So later, I found that there were more and more tutorials on other aspects of Python, such as crawlers and data analysis.

For more Python related technical articles, please visit the Python Tutorial column to learn!

The above is the detailed content of In what year did python become popular?. 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

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.

Undress AI Tool

Undress AI Tool

Undress images for free

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 Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

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)

Hot Topics

Java Tutorial
1670
14
PHP Tutorial
1274
29
C# Tutorial
1256
24
PHP and Python: Different Paradigms Explained PHP and Python: Different Paradigms Explained Apr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

Choosing Between PHP and Python: A Guide Choosing Between PHP and Python: A Guide Apr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

How to run sublime code python How to run sublime code python Apr 16, 2025 am 08:48 AM

To run Python code in Sublime Text, you need to install the Python plug-in first, then create a .py file and write the code, and finally press Ctrl B to run the code, and the output will be displayed in the console.

PHP and Python: A Deep Dive into Their History PHP and Python: A Deep Dive into Their History Apr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Python vs. JavaScript: The Learning Curve and Ease of Use Python vs. JavaScript: The Learning Curve and Ease of Use Apr 16, 2025 am 12:12 AM

Python is more suitable for beginners, with a smooth learning curve and concise syntax; JavaScript is suitable for front-end development, with a steep learning curve and flexible syntax. 1. Python syntax is intuitive and suitable for data science and back-end development. 2. JavaScript is flexible and widely used in front-end and server-side programming.

Golang vs. Python: Performance and Scalability Golang vs. Python: Performance and Scalability Apr 19, 2025 am 12:18 AM

Golang is better than Python in terms of performance and scalability. 1) Golang's compilation-type characteristics and efficient concurrency model make it perform well in high concurrency scenarios. 2) Python, as an interpreted language, executes slowly, but can optimize performance through tools such as Cython.

Where to write code in vscode Where to write code in vscode Apr 15, 2025 pm 09:54 PM

Writing code in Visual Studio Code (VSCode) is simple and easy to use. Just install VSCode, create a project, select a language, create a file, write code, save and run it. The advantages of VSCode include cross-platform, free and open source, powerful features, rich extensions, and lightweight and fast.

How to run python with notepad How to run python with notepad Apr 16, 2025 pm 07:33 PM

Running Python code in Notepad requires the Python executable and NppExec plug-in to be installed. After installing Python and adding PATH to it, configure the command "python" and the parameter "{CURRENT_DIRECTORY}{FILE_NAME}" in the NppExec plug-in to run Python code in Notepad through the shortcut key "F6".

See all articles