Issue 375
原文: PyCoder’s Weekly - Issue #375 更频繁的 Python 版本? JAKE EDGE “Łukasz Langa, who is the release manager for the upcoming 3.8 release, as well as the manager for the date-to-be-determined release of 3.9, has proposed PEP 596 (“Python 3.9 Release Schedule (doubling the release cadence)”). As its name would imply, the PEP proposes halving the current release cycle to nine months, which would make the 3.9 release happen in June 2020.” (是也乎: 事实证明, 开源项目版本攀爬速度,和基金会储备金数额呈正比关系 ) Python 标准库模块之间的依赖关系 DOUG HELLMANN What would a minimal Python standard library (only enough code to successfully download and install other packages) look like? Nice research and writeup. (是也乎: 这也算红学变种… 其实, miniPy 之类项目早已完成了这种鉴定 ) Python 中的函数编程 REAL PYTHON video Learn how to approach functional programming in Python. You’ll cover what functional programming is, how you can use immutable data structures to represent your data, as well as how to use filter(), map(), and reduce(). (是也乎: 真蟒的 FP.py 嗯哼… ) 如何构建 Raspberry Pi + Python 机器人 AUGUST R. GARCIA “Building robots seems expensive and complicated. However, it turns out that it’s relatively straightforward. Do you have an IQ higher than 90 and assorted random garbage lying around your house? Then you too can make a robot in a reasonably small amount of time.” (是也乎: 叕一则和 RPi 来相关的嗯哼 ) 如何通过 Python 用 Redis REAL PYTHON In this step-by-step tutorial, you’ll cover how to use both Redis and its Python client library. You’ll learn a bite-sized slice of Redis itself and master the redis-py client library. (是也乎: ) 检测用 Python,Go 和 Rust 编写的程序 NICOLAS HAHN “This is a subjective, primarily developer-ergonomics-based comparison of the three languages from the perspective of a Python developer” (是也乎: WoW 可见, Python 性能并没差太多…在数据量足够大时… 另外, 还有一种可能没测试: indygreg/PyOxidizer: A modern Python application packaging and distribution tool 用 Rust 将 Python 再编译后… ) SymPy 再次让数学变得有趣 WORDSANDBUTTONS.ONLINE Intro to SymPy, a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. (是也乎: 目标不是数值计算, 而是 计算机代数系统 (CAS) ) 讨论 Discussions ...