|
| 1 | +Title: 上周蠎超赞 26w09 #510 |
| 2 | +Slug: awesome-pw-510 |
| 3 | +Date: 2026-03-07 22:42 |
| 4 | +Tags: Weekly,Python, Awesome, DAMA ,ZH |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | +原文: [Awesome Python Weekly \- Issue 510](https://python.libhunt.com/newsletter/510) |
| 9 | + |
| 10 | +- 260307 [Zoom.Quiet](http://zoomquiet.io/)用时 17 分钟 完成格式转抄. |
| 11 | +- 260307 [Zoom.Quiet](http://zoomquiet.io/)用时 42 分钟 完成快译 |
| 12 | + |
| 13 | + |
| 14 | +----------------------------------------- |
| 15 | + |
| 16 | +## 快讯 |
| 17 | +> Popular News and Articles |
| 18 | +
|
| 19 | + |
| 20 | +- [Guido van Rossum 采访 Thomas Wouters(Python 核心开发人员)](https://gvanrossum.github.io/interviews/Thomas.html) |
| 21 | + + gvanrossum.github.io |
| 22 | + |
| 23 | +- [Python 的 asyncio 原语在共享状态方面有哪些错误](https://www.inngest.com/blog/no-lost-updates-python-asyncio) |
| 24 | + + www.inngest.com |
| 25 | + |
| 26 | +- [破解 Python Monorepo](https://gafni.dev/blog/cracking-the-python-monorepo/) |
| 27 | + + gafni.dev |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +- [弃用诸如“os\.path\.commonprefix\(\)”之类的令人困惑的 API](https://sethmlarson.dev/deprecate-confusing-apis-like-os-path-commonprefix) |
| 32 | + + sethmlarson.dev |
| 33 | + |
| 34 | +- [RAG 与 GraphRAG:当智能体产生幻觉答案时](https://dev.to/aws/rag-vs-graphrag-when-agents-hallucinate-answers-2mcb) |
| 35 | + + dev.to |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +- [在搭建 UV 工作区之前,我希望自己知道的3件事](https://dev.to/aws/3-things-i-wish-i-knew-before-setting-up-a-uv-workspace-30j6) |
| 40 | + + dev.to |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +- [利用语义工具选择减少代理错误和令牌成本](https://dev.to/aws/reduce-agent-errors-and-token-costs-with-semantic-tool-selection-7mf) |
| 45 | + + dev.to |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | +- [Show HN: PEP 827 Python 中的 TS 式类型操作](https://peps.python.org/pep-0827/) |
| 52 | + + peps.python.org |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | +- [E\-Graphs 中的自定义数据结构](https://uwplse.org/2026/02/24/egglog-containers.html) |
| 58 | + + uwplse.org |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | +- [你就是 BIOS:使用 KVM 在 Python 中构建虚拟机管理程序](https://www.nightshift.sh/blog/less-cursed-vm) |
| 63 | + + www.nightshift.sh |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | +----------------------------------------- |
| 68 | + |
| 69 | +## 好物/妙品/ |
| 70 | +> Interesting Projects, Tools and Libraries, Projects & Code |
| 71 | +
|
| 72 | +更多 : [通过社交媒体提及次数查找最受欢迎的 Python 库](https://www.libhunt.com/l/python) |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | +- [tokentap](https://www.libhunt.com/r/tokentap) |
| 77 | + + » CLI |
| 78 | + + » Proxy |
| 79 | + +  |
| 80 | + |
| 81 | +拦截 LLM API 流量,并在实时终端仪表盘中可视化令牌使用情况。跟踪成本、调试提示,并监控 AI 开发会话期间的上下文窗口使用情况 |
| 82 | + |
| 83 | +(`是也乎:` |
| 84 | + |
| 85 | +那什么, 不如: |
| 86 | +[agentic-metric](https://github.com/MrQianjinsi/agentic-metric/blob/master/README-CN.md) |
| 87 | +本地化的 AI coding agent 指标监控工具 — 类似 `top`,但监控的是你的 coding agent。追踪 Claude Code、Codex、OpenCode、Qwen Code、VS Code (Copilot Chat) 等 agent 的 token 用量和成本,提供 TUI 仪表盘和 CLI 命令。 |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | +) |
| 92 | + |
| 93 | + |
| 94 | +- [knowledge\-work\-plugins 知识工作插件](https://www.libhunt.com/r/knowledge-work-plugins) |
| 95 | + +  |
| 96 | + |
| 97 | +开源插件库,主要面向知识工作者,供他们在 Claude Cowork 中使用。 |
| 98 | + |
| 99 | +- [dash](https://www.libhunt.com/r/agno-agi/dash) |
| 100 | + +  |
| 101 | + |
| 102 | +自学习数据代理,其答案基于六层上下文信息。灵感来源于 OpenAI 的内部实现。 |
| 103 | + |
| 104 | + |
| 105 | +- [skill\-scanner 技能扫描器](https://www.libhunt.com/r/skill-scanner) |
| 106 | + + » Security |
| 107 | + + » Agent |
| 108 | + +  |
| 109 | + |
| 110 | +代理技能安全扫描器 |
| 111 | + |
| 112 | +(`是也乎:`: |
| 113 | + |
| 114 | +没事儿, 马上就有 scan scanner 的项目了.. |
| 115 | + |
| 116 | +) |
| 117 | + |
| 118 | + |
| 119 | +- [review\-prompts 提示复盘](https://www.libhunt.com/r/review-prompts) |
| 120 | + +  |
| 121 | + |
| 122 | + |
| 123 | +AI review prompts |
| 124 | + |
| 125 | +(`是也乎:` |
| 126 | + |
| 127 | +现在还在关注提示词? |
| 128 | + |
| 129 | +) |
| 130 | + |
| 131 | + |
| 132 | +----------------------------------------- |
| 133 | + |
| 134 | +## DAMA |
| 135 | +> |
| 136 | +> ❤️ Happy Pythonic ;-(`大妈私人无责任播报`) |
| 137 | +
|
| 138 | +- [大妈的多重宇宙 - YouTube](https://www.youtube.com/@Chaos42DAMA) |
| 139 | + - @Chaos42DAMA |
| 140 | + - 恢复各种嗯哼... |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | +``` |
| 145 | +NN 6136 |
| 146 | +
|
| 147 | + _~`+~~_ |
| 148 | + \/ / = = \ () |
| 149 | + '_ ⏝ _' |
| 150 | + / '--⌄--' < |
| 151 | +
|
| 152 | +...act by ferris-actor v0.2.4 (built on 23.0303.201916) |
| 153 | +``` |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | +----------------------------------------- |
| 158 | + |
| 159 | +> Happy Pythonic |
| 160 | +
|
| 161 | + |
| 162 | +## PPS |
| 163 | +> |
| 164 | +> 不觉中蟒周刊快译已经到了第10+4个年头 |
| 165 | +之前也有小伙伴加入过 `pythonisa` 周刊的翻译, |
| 166 | +但是, 没坚持下来, 也就自己这么默默坚持下来了... |
| 167 | + |
| 168 | +问为什么: |
| 169 | + |
| 170 | + [皱眉]每周新闻资讯 怎么能错过 |
| 171 | + 看看有什么新东西 |
| 172 | + 当有新的发现时: |
| 173 | + what f**k 还能这样玩? 还有这东西? |
| 174 | + 每周开彩蛋[吃瓜] |
| 175 | + |
| 176 | +`无法同意更多`... |
| 177 | +很多社区贡献看起来辛苦, |
| 178 | +其实受益最多的, |
| 179 | +就是主动承担者也. |
| 180 | + |
| 181 | +------------- |
| 182 | + |
| 183 | +好文笔,感叹号年度配额: **0/3** |
| 184 | + |
| 185 | +投稿/反馈邮箱: |
| 186 | + |
| 187 | + askdama@googlegroups.com |
| 188 | + |
| 189 | +(邮件列表地址, |
| 190 | +当成正常邮件发送邮件就好, 不用注册, 不用翻越...) |
| 191 | + |
| 192 | + |
| 193 | +------------- |
| 194 | + |
| 195 | +ZoomQuiet/**[大妈](https://mp.weixin.qq.com/s/N5TuRRbF599D4Q90XdDA7g)** |
| 196 | + |
| 197 | +就是四处 `是也乎,( ̄▽ ̄)` 的那个[大妈](https://mp.weixin.qq.com/s/N5TuRRbF599D4Q90XdDA7g): |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | +```python |
| 202 | +全职嗯哼: 大妈的多重宇宙 - https://www.youtube.com/@Chaos42DAMA |
| 203 | +私自嗯哼: ZoomQuiet (订阅号: ZoomQuiet42) |
| 204 | + |
| 205 | +as 创始组织者: |
| 206 | + CPyUG (mailling-list: python-cn@googlegroups.com) |
| 207 | + PyChina (订阅号: PyChinaOrg) |
| 208 | + 本地社区: |
| 209 | + FMHub (大小湾终身幼儿园) |
| 210 | + AIGC珠海 |
| 211 | +``` |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | +(`是也乎:` |
| 216 | + |
| 217 | +之前快译的周刊: https://discu.eu/weekl01python/ 从25年8月开始经常 510 错误, |
| 218 | +无法访问, |
| 219 | +所以, 切换回古老的 [PyCoder’s Weekly | A Weekly Python Email Newsletter](https://pycoders.com/), 除了编号不同,每周关注到的新内容其实并无过大不同; |
| 220 | +但是, 又因为 pycoders.com 的周刊所有链接都指向自己的内部链接, 导致发布平台认为我的快译是引流,已经封号; |
| 221 | +只好, 继续切换快译对象: [pythonweekly](https://www.pythonweekly.com/) 官方推荐的周刊 |
| 222 | +然而, 2025年尾 这个私人维护的周刊连续跳票两周; |
| 223 | +不得以继续切换为 Awesome Python Weekly: |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | +) |
| 228 | + |
| 229 | +------------- |
0 commit comments