Issue 436
请写更多惯用 Pythonic 代码 原文: PyCoder’s Weekly - Issue #436 200902 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 200902 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. 增强算术分配展开 BRETT CANNON Augmented arithmetic assignment happen whenever you do a bit of arithmetic while also assigning a value, such as a += 1. Learn how this assignment works under the hood and how the discovery of a bug in Python lead to the conclusion that most people never use the **= operator. 通用Python数据结构 (指南) REAL PYTHON In this tutorial, you’ll learn about Python’s data structures. You’ll look at several implementations of abstract data types and learn which implementations are best for your specific use cases. (是也乎: Python 内置数据结构真的是常讲常新哪… ) Python 依赖注入 JAN GIACOMELLI • Shared by Jan Giacomelli Learn how to use dependency injection to write loosely-coupled yet highly-cohesive code. (是也乎: 一切为了 松耦合+高内聚 ) 写更多惯用 Pythonic 代码 MARTIN HEINZ • Shared by Martin Heinz Learn some of the idioms and conventions that can make your Python code more readable, effective, concise and reliable. Real Python Office Hours REAL PYTHON The Real Python Office Hours is a weekly hangout where members of Real Python get the chance to interact with each other as well as Real Python authors and video course instructors. Join us live on Wednesday mornings! (是也乎: 在线开放日, 大家可以直接和 真蟒 成员交流. ) Django 安全发行版: 3.1.1/3.0.10和2.2.16 DJANGO SOFTWARE FOUNDATION 探讨/吐糟 Discussions ...