-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a7ba75
commit 39fcbf0
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
--- | ||
title: 'Python 潮流周刊#66:Python 的预处理器' | ||
pubDate: 2024-08-24 | ||
--- | ||
|
||
本周刊由 Python猫 出品,精心筛选国内外的 250+ 信息源,为你挑选最值得分享的文章、教程、开源项目、软件工具、播客和视频、热门话题等内容。愿景:帮助所有读者精进 Python 技术,并增长职业和副业的收入。 | ||
|
||
分享了 12 篇文章,12 个开源项目,1 则音视频,全文 2100 字。 | ||
|
||
以下是本期摘要: | ||
|
||
**[🦄文章&教程](https://xiaobot.net/p/python_weekly)** | ||
|
||
|
||
① Python 的预处理器 | ||
|
||
② 用自定义扩展将 Scrapy 统计信息保存到数据库 | ||
|
||
③ 2024 年了,是 Gevent 还是选择 asyncio Part 1? | ||
|
||
④ 深入浅出 Python 代码混淆:原理与实践 | ||
|
||
⑤ PEP-752:包存储库命名空间 | ||
|
||
⑥ 500 个 Python 解释器 | ||
|
||
⑦ 如何用 Python 开发一种查询语言? | ||
|
||
⑧ 用 Python 开发电子表格引擎 | ||
|
||
⑨ 用 n8n、Telegram、在线表单和 Python 实现 Web 自动化 | ||
|
||
⑩ Rye 和 uv:八月是 Python 打包的丰收季节 | ||
|
||
⑪ 如何用 LangChain 开发聊天机器人? | ||
|
||
⑫ GPU 编程系列之三,实现快排算法 | ||
|
||
**[🐿️项目&资源](https://xiaobot.net/p/python_weekly)** | ||
|
||
|
||
① dir-assistant:用 LLM 与本地文件对话 | ||
|
||
② lark-ticket:飞书工单的增强功能 | ||
|
||
③ py5book:py5 的 Juypter book 仓库 | ||
|
||
④ audiosample:类似 numpy 的音频操作库 | ||
|
||
⑤ RAG_Techniques:关于检索增强生成(RAG)的各种先进技术 | ||
|
||
⑥ labelU:支持图片、音频和视频的数据标注工具 | ||
|
||
⑦ magic-wormhole:安全地跨电脑传文件 | ||
|
||
⑧ sudoku-solver:基于视觉的数独解题器 | ||
|
||
⑨ OpenBB:适合任何地方任何人的投资研究 | ||
|
||
⑩ OpenHands:AI 软件工程师 | ||
|
||
⑪ authentik:你需要的身份验证工具 | ||
|
||
⑫ 13ft:自定义的 12ft.io 替代品 | ||
|
||
**[🐢播客&视频](https://xiaobot.net/p/python_weekly)** | ||
|
||
|
||
① Talk Python To Me #472:2024 年 Flask 和 Pallets 的状态 | ||
|
||
|
||
----- | ||
|
||
目前周刊实行付费订阅制,年费 128 元,平均每天不到 4 毛钱,但绝对是一笔有眼光的投资。花钱学习知识,花钱提升自己,欢迎订阅这个:[你绝对不会后悔的专栏](https://xiaobot.net/p/python_weekly) | ||
|
||
订阅后,可免费查看 [第 66 期周刊的全文](https://xiaobot.net/post/58d01a63-6746-4b0b-a115-1105c1663ca8) | ||
|
||
PS.本周刊[前30期的合集](https://pythoncat.top/posts/2023-12-11-weekly)永久免费,已集结出了精美电子书(EPUB/PDF),请从该合集文章开头获取下载链接。 | ||
|
||
另外,付费期数将在其 50 期后免费开放,例如第 66 期将在第 116 期时免费,敬请留意。 |