zipapp 值得认真用卟? 原文: PyCoder’s Weekly - Issue #497 211103 Zoom.Quiet(大妈) 用时 13 分钟 完成快译 211103 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python 并发可行性解决方案 JONATHAN CORBET “The end result thus appears to be a GIL-removal effort that has a rather better-than-average chance of making it into the CPython interpreter. That would be cause for a lot of rejoicing among Python developers. That said, a change this fundamental is unlikely to be rushed into the CPython mainline; it will take a lot of testing to convince the community that it is ready for production use.” (是也乎: COOL, 不过, 等等, 为什么一定要可视化? ) Django 模板: 对 Tags and Filters 实施习惯 REAL PYTHON Django templates have many built-in tags and filters to render content, but they may not meet all your needs. This tutorial covers how to write Django custom template tags and filters, including simple tags, inclusion tags, block tags, and different types of filters. (是也乎: ) Python’s zipapp 模块: 构建可执行的ZIP应用程序 REAL PYTHON In this step-by-step tutorial, you’ll learn what Python Zip applications are and how to create them quickly using the zipapp module from the standard library. You’ll also learn some alternative tools you can use to build this kind of application manually. (是也乎: 万千 VB 程序猿 最爱的 Python 模块了 ) Infix 运算符 (Python 配方) ACTIVESTATE.COM Python has the in operator and it would be nice to have additional infix operator like this. This recipe shows how (almost) arbitrary infix operators can be defined in vanilla Python: x |op| y or x «op» y (是也乎: ACTIVESTATE 公司免费公开运营几十年的 Recipe 应该是最早最成功的贴吧以及QA 社区了 ) PSF 社区服务奖项提名 PYTHON.ORG Do you know of a deserving individual who should be considered for a PSF Community Service Award? The PSF is accepting nominations for the Q4 2021 Community Service Award. 探讨/吐糟 Discussions
...