Issue 371
原文: PyCoder’s Weekly - Issue #371 Python 中的指针: 有什么意义? REAL PYTHON Get a clearer understanding of Python’s object model and learn why pointers don’t really exist in Python. You’ll also cover ways to simulate pointers in Python without the memory-management nightmare. (是也乎: 这个插图真心没 got 到技术点儿… ) Python 和并发: CSP 和协同程序 YING WANG Nice overview of “communicating sequential processes” (CSP), a concurrency model similar to the notion of actor models, and how it can be implemented in Python. (是也乎: 珢神很久没嗯哼点儿什么了… 等等, 嚓同音, 不是珢神… 简单说, 并行计算在 Py 中不是难事儿, 困难的只是在生产环境中稳定嗯哼起来? 反正作为学术问题, 这个方向还够养活几个博士的… ) CNNs,第2部分:训练卷积神经网络 VICTOR ZHOU A nice walkthrough of deriving backpropagation for CNNs and implementing it from scratch in Python. 重写 Slack Python SDK RODNEY URQUHART The lead maintainer of the Slack Python SDK gives a retrospective about refactoring the current SDK and migrating it from Python 2 to Python 3. (是也乎: 嗯哼? 应该喜大普奔嘛? Py2->py3 ) Python 的 Caduceus 综合症 VICKI BOYKIS “Which of the two should the ecosystem tackle as a priority? Should they clean up all backwards compatibility first? (that would be PEP 594, ‘removing dead batteries from the standard library’) Should they focus on moving everyone over to the new features?” (是也乎: Caduceus Py2/3 变成现实中纠缠态事务,难以决策 ) PyPI 现在支持双因素身份验证 ERNEST W. DURBIN III Protect your PyPI login with two-factor authentication using Time-based One-time Password (TOTP) app. (是也乎: 但是, 镜像也就越来越困难… ) Language Summit 闪电演讲(摘要) A. JESSE JIRYU DAVIS • Shared by Ricky White Summaries of the lightning talks presented at the Python Language Summit at PyCon 2019. (是也乎: 其实, 闪电演讲才是一个大会的灵魂. ) PSF Q2 2019 筹款活动 PYTHON.ORG Support the Python Software Foundation by donating in the quarterly donation drive. Your donations help fund Python conferences, workshops, user groups, community web services, and more. 讨论 Discussions ...