我的 2019 年 Python 文章榜單

???? Python貓” ,一個值得加星標的公衆號

現在是 2020 年的第一天,我相信從昨天開始,各位的信息流裏肯定充斥了各式各樣的年度盤點/回顧/總結/記錄之類的內容。雖然來得稍晚了,但我還是想給諸位送上這一篇文章。

我將在本文中列出自己於 2019 年度裏最喜愛的 10 篇 Python 文章。我的選擇標準是極爲個性化的,甚至會有點任性,因爲我的第一條標準是:文章必須是我原創或者翻譯的。

如標題所言,這就是“我的”文章榜單。同時,爲了豐富本文內容,我在榜單之後,還會附上其他人所盤點的文章榜單,給大家呈上更多的精彩內容。

我的年度十佳文章

Python 中 -m 的典型用法、原理解析與發展演變

Python 內存分配時的小祕密

Python進階:全面解讀高級特性之切片!

len(x) 擊敗 x.len(),從內置函數看 Python 的設計思想

編程語言之問:何時該借用,何時該創造?

Python 之父撰文回憶:爲什麼要創造 pgen 解析器?

Python 進階之源碼分析:如何將一個類方法變爲多個方法?

遇見一隻黑貓,她說Python是個怪物

[譯] PEP 318--函數和方法的裝飾器

聊聊 Python 的內置電池 / 聊聊 print 的前世今生

附錄三份榜單:

1、愛湃森年度 Python 榜單

Our journey to type checking 4 million lines of Python

Tutorial: Advanced Jupyter Notebooks

Your Guide to the CPython Source Code

Incrementally migrating over one million lines of code from Python 2 to Python 3

Why you should use python -m pip

The state of Python Packaging

How to set up a perfect Python project

Dependencies between Python Standard Library modules

Timsort — the fastest sorting algorithm you’ve never heard of

Web Scraping 101 with Python

----出處:愛湃森 2019 年度 Python 榜單

2、RealPython 年度 Python 榜單

How to Run Your Python Scripts

13 Project Ideas for Intermediate Python Developers

3 Ways of Storing and Accessing Lots of Images

Speed Up Your Python Program With Concurrency

Build a Recommendation Engine

Your Guide to the Python Print Function

How to Write Beautiful Python Code With PEP 8

How to Use Python Lambda Functions

How to Stand Out in a Python Interview

Inheritance and Composition: A Python OOP Guide

----出處:TalkPython 播客

3、Opensource 年度 Python 榜單

Perceiving Python programming paradigms

Learn object-oriented programming with Python

5 reasons why I love Python

10 Python image manipulation tools

The right and wrong way to set Python 3 as default on a Mac

Graphically program in Python with Pythonic

JupyterLab teaches Python developers magic

Managing Python packages the right way

Format Python however you like with Black

Automate your Python code tests with tox

----出處:Opensource的盤點

PS:微信屏蔽了外鏈,而加上網址的閱讀體驗也不好,所以建議大家去我知乎專欄查看(點擊閱讀原文可跳轉):https://zhuanlan.zhihu.com/p/100533342

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章