How Cool Would Cyberpunk Be If Combined with Python?

How Cool Would Cyberpunk Be If Combined with Python?

Reprinted with permission from Fanastr“Cyberpunk 2077” is a very popular single-player game recently.The game is set in the year 2077, in a highly developed yet chaotic “cyberpunk” city.In this world, although technology is highly advanced, the living standards of humans are extremely low, or rather, the living standards of the poor are extremely low.Moreover, apart … Read more

No Memory Issue That One Line of Python Code Can’t Solve

No Memory Issue That One Line of Python Code Can't Solve

Produced by Big Data Digest Compiled by: Javen, Hu Jia, Yun Zhou Insufficient memory is a common issue encountered during project development. My team and I faced this problem in a previous project where we needed to store and process a fairly large dynamic list. Testers often complained to me about memory shortages. However, in … Read more

Beginner’s Guide to Common Python Libraries for Data Science (Includes PDF Download)

Beginner's Guide to Common Python Libraries for Data Science (Includes PDF Download)

This is a work from Big Data Digest, please contact us for reprints. Compiled by: Zhang Yuanyuan, Traveler, Aileen “Introduction: In this issue of the Beginner’s Guide to Data Science, we continue to help you learn Python. This time, our editors have gathered several useful cheat sheets for common Python libraries online, making it easier … Read more

Step-by-Step | Is Python Too Slow? Achieve 4x Speedup with Process Pools in Just Three Lines of Code!

Step-by-Step | Is Python Too Slow? Achieve 4x Speedup with Process Pools in Just Three Lines of Code!

This is a work from Big Data Digest, please see the end of the article for reprint requirements. Author | Adam Geitgey Translation | Yuan Yuan, Lisa, Saint, Aileen Python is undoubtedly an excellent programming language for processing data or automating repetitive tasks. Need to scrape web logs? Or adjust a million images? There is … Read more

Ant Group’s Wang Yi: Go+ Effectively Complements Python’s Shortcomings

Ant Group's Wang Yi: Go+ Effectively Complements Python's Shortcomings

Introduction by Ali Sister: Python’s syntax is very flexible, incorporating many features from other languages that are considered convenient. However, the advantages of Python also imply its disadvantages. Ant Group researcher Wang Yi has gained a deeper understanding of Python’s limitations through his hands-on experience in industrial systems, and he believes that Go+ is the … Read more

New Year Goal: Mastering ‘Kung Fu Panda’ in Python to Become the Most Efficient Data Scientist

New Year Goal: Mastering 'Kung Fu Panda' in Python to Become the Most Efficient Data Scientist

Produced by Big Data Digest Source: Medium Translated by: Zhu Shuai, Xue Qing, Xia Yawei This is an introductory guide to pandas, where the author uses simple language and straightforward example code to showcase the overview of pandas and some advanced operations. “… It is a library that everyone engaged in data science must master,” … Read more

What is Peppa? Let’s Show You with Python!

What is Peppa? Let's Show You with Python!

Big Data Digest Submission Author: Ding Yanjun Just now, the advertisement “What is Peppa” has gone viral. Peppa is clearly a comedic character, yet it moved everyone to tears. ▼ What is Peppa As the New Year approaches, the grandfather in the countryside calls his grandson in the city. The grandson says he wants “Peppa”. … Read more

Step-by-Step | 20 Lines of Python Code to Batch Convert PDF to Word

Step-by-Step | 20 Lines of Python Code to Batch Convert PDF to Word

Big Data Digest Work Author|Ding Yanjun In daily work or study, one often encounters the following frustration: “Xiao Ren, please type out the contents of this PDF and send it to me.” Ugh, what a hassle, a 2MB PDF can’t be finished by 12 o’clock! Many times while studying, I find that many documents are … Read more

Good Morning | What is Python Programming?

Good Morning | What is Python Programming?

Friends who clicked in Are you also curious like me What is Python programming? Maybe we don’t know But the security guard definitely knows Which security guard? emmm The security guard from Peking University The security guard Xu Wenlong has a vocabulary of fifteen thousand words, and can converse in English with international students; Jiao … 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