值得收藏的22个最常用 Python 模块 原文: PyCoder’s Weekly - Issue #406 200205 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 200205 Zoom.Quiet(大妈) 用时 17 分钟 完成格式转抄. 如何下架 Python 2 从而提升开发人员幸福感 BARRY WARSAW “Now that LinkedIn engineering has fully embraced Python 3, we no longer have to worry about supporting Python 2 and have seen our support loads decrease. We can now depend on the latest open source libraries and tools, and free ourselves from the constrictions of having to write bilingual Python.” (是也乎: LinkedIn 的故事教导我们… ) Python " != " 不是 " is not “: 对象对比在 Python REAL PYTHON In this quick and practical tutorial, you’ll learn when to use the Python is, is not, == and != operators. You’ll see what these comparison operators do under the hood, dive into some quirks of object identity and interning, and define a custom class. (是也乎: 好可爱的插图, 油号不匹配真的会出大事儿的 ) 适用 Python 的简洁代码概念 RIGEL DI SCALA “Software engineering principles, from Robert C. Martin’s book Clean Code, adapted for Python. This is not a style guide. It’s a guide to producing readable, reusable, and refactorable software in Python.” 世界上 22 个最常用的Python软件包 ERIK-JAN VAN BAAREN “As a starting point, I took a list of the most downloaded Python packages on PyPI over the past 365 days. Let’s dive in and find out what they do, how they’re related, and why they rank so high!” (是也乎: 最具价值的模块, 多数没收录在内建中: Urllib3; Six(2->3 自动兼容); botocore, boto3, s3transfer, awscli (云厂商专用模块); Pip;Python-dateutil;Requests; S3transfer;Certifi(SSL 支持模块我); Idna(民族文化); PyYAML(越来越常用的); Pyasn1;Docutils;Chardet; RSA; Jmespath(叕一个 JSON 支持); Setuptools;Pytz;Futures; Colorama;Simplejson; 都是百万级别的下载量… ) 2020 我将如何测试 JAMES BENNETT “Everything I’m currently doing for testing my personal [Python] projects, and the reasoning for why I do things the way I do.” Interesting read if you’re looking to optimize your testing setup. (是也乎: 私人项目才玩的起高科技哪, 越是大项目, 越应该选择无聊的技术桟. ) Django 安全笑柄发布: 3.0.3, 2.2.10, and 1.11.28 DJANGOPROJECT.COM Fixes CVE-2020-7471: Potential SQL injection via StringAgg(delimiter) (是也乎: Django 现在分裂为几个大产品线,是否正确, 还有待市场检验. ) Pandas 1.0.0 新特性 (稳定版) PYDATA.ORG (是也乎: 等了10多年的 1.0 版本 ) 讨论 Discussions
...