Issue 479
2021 Python Web Conference 视频发布 原文: PyCoder’s Weekly - Issue #479 210630 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 210630 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python Redux 中的子类化 HYNEK SCHLAWACK Have you ever heard someone say that composition is better than inheritance? It’s an age-old conflict in object-oriented programming that’s been the impetus for numerous online debates. Author Hynek Schlawack, who describes himself as “firmly in the composition-over-inheritance camp” explains in this article how “Python is designed in a way that you can’t write idiomatic code without subclassing sometimes.” (是也乎: 组合总比继承香? 看场景了, 如果要分包给印度弟兄们, 还是继承吧… ) Python 中的相关分析初步 OLGA BEREZOVSKY • Shared by Olga Berezovsky Correlation analysis is a useful part of exploratory data analysis. It can help you identify potential relationships between various features of your data. In this helpful guide, you’ll learn how to do correlation analysis in a pandas DataFrame. You’ll see how to display a correlation matrix as a heatmap and explore some guidelines for identifying when correlation might imply causation. 反转 Python 列表: 超越 .reverse() 和 reversed() REAL PYTHON In this step-by-step tutorial, you’ll learn about Python’s tools and techniques to work with lists in reverse order. You’ll also learn how to reverse your list by hand. (是也乎: ) Python 3.9.6, 3.8.11, 3.7.11, and 3.6.14 现已推出 CPYTHON DEV BLOG 2021 Python Web Conference 视频发布 SIXFEETUP.COM • Shared by Laura Stephens DjangoCon US 2021 提案征集已开放 PAPERCALL.IO CPython 内幕/平装本现已上市! REAL PYTHON With CPython Internals: Your Guide to the Python 3 Interpreter, you’ll unlock the inner workings of the Python language, learn how to compile the Python interpreter from source code, and cover what you’ll need to know to confidently start contributing to CPython yourself. (是也乎: ) 探讨/吐糟 Discussions ...