Issue 415
Python 编程令俺数学长进了… 原文: PyCoder’s Weekly - Issue #415 200408 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 200408 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Arduino 上 Python 如何开始? REAL PYTHON course Discover how to use Arduino microcontrollers with Python to develop your own electronic projects. You’ll learn how to set up circuits and write applications with the Firmata protocol. You’ll control Arduino inputs and outputs and integrate the board with higher-level apps. (是也乎: 其实有更加友好的 MicroPython - Python for microcontrollers 生态哪… ) 最期望一早告诉俺的 有关 Python 中多进程处理的事情[2019] PAMELA MCA’NULTY Python’s multiprocessing module abstracts away a lot of the overhead involved in writing multiprocessing code in Python. But while it might be “easy” to implement multiprocessing in Python, it’s not always easy to do multiprocessing well. In this article, Pamela McA’Nulty shares five tips to help you write better multiprocessing code. (是也乎: 相比多线程, 多进程已经少很多坑了.. 但是, 那也比不上 Pyhton 自己不管任何 多XX , 运行时管理丢给系统监管就好. ) PyPI 新赞助计划 PSF PYTHON SOFTWARE FOUNDATION The Packaging Working Group of the Python Software Foundation is launching an all-new sponsorship program to sustain and improve Python’s packaging ecosystem. Funds raised through this program will go directly towards improving the tools that your company uses every day and sustaining the continued operation of the Python Package Index. pyproject.toml 到底是咩? BRETT CANNON “I have seen setuptools users use pyproject.toml because they were ‘told to by ‘ without knowing the entire point behind the file. And so I decided to write this blog post to try and explain to setuptools users why pyproject.toml exists and what it does as it’s the future of packaging in the Python ecosystem.” 配置很糟? 尝试上真正的编程语言 JESTEM KRÓLICZKIEM “In this post, I’ll try to explain why I find most config formats frustrating to use and suggest that using a real programming language (i.e. general purpose one, like Python) is often a feasible and more pleasant alternative for writing configs.” (是也乎: 配置和代码的边界太难以嗯哼了.. 俺一直使用 .py 当配置文件使用, 直到交付其它人用时, 才发现这太容易引入无法预料的人为 bug 了… 然后, 开始各种专用配置文件的尝试… 然后… 当然又回到 .py 了哈. ) 2020 Q1 PSF 资深会员 PSF PYTHON SOFTWARE FOUNDATION The PSF Fellow Members for Q1 2020 have been announced. Congratulations to all of the new fellows! Python 2.7.18 候选版-1 已经发布 PSF PYTHON SOFTWARE FOUNDATION “Python 2.7.18 will be the last release of the Python 2.7 series, and thus Python 2.” (It’s not dead, it’s resting!) 讨论 Discussions ...