-
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
ff3d5ce
commit 46e1175
Showing
2 changed files
with
75 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,73 @@ | ||
--- | ||
title: 'Python 潮流周刊#56:NumPy 2.0 里更快速的字符串函数' | ||
pubDate: 2024-06-15 | ||
author: '豌豆花下猫' | ||
--- | ||
|
||
本周刊由 Python猫 出品,精心筛选国内外的 250+ 信息源,为你挑选最值得分享的文章、教程、开源项目、软件工具、播客和视频、热门话题等内容。愿景:帮助所有读者精进 Python 技术,并增长职业和副业的收入。 | ||
|
||
本期周刊分享了 12 篇文章,12 个开源项目,赠书 5 本,全文 2100 字。(PS.全新的赠书规则,31 本书籍任选,请查看[Python猫周刊赠书规则与书单](https://xiaobot.net/post/74e91eb9-ad8e-4f38-9d4f-364b8ea87551)) | ||
|
||
以下是本期摘要: | ||
|
||
**[🦄文章&教程](https://xiaobot.net/p/python_weekly)** | ||
|
||
|
||
① 给 NumPy 2.0 实现更快速的字符串函数 | ||
|
||
② Python 中的 \_\_pycache\_\_ 文件夹是什么? | ||
|
||
③ CPython 垃圾回收:内部机制和实现算法 | ||
|
||
④ 从零开始搭建自己的相似图片搜索引擎 | ||
|
||
⑤ 使用 Pydantic Logfire 满足你的日志记录需求 | ||
|
||
⑥ FastAPI 深度揭秘:高效 Web 开发指南 | ||
|
||
⑦ 通过用 Python 实现 HTTP 服务器来理解它 | ||
|
||
⑧ 我对“Excel 里的 Python”的看法 | ||
|
||
⑨ 用 Python 将卷曲文本的图像提取成 PDF | ||
|
||
⑩ Python Celery 的缺陷 | ||
|
||
⑪ 事件驱动的 Ansible,是什么、为什么以及如何使用? | ||
|
||
⑫ 我国出版的 Python 教材几乎都有基本概念错误 | ||
|
||
**[🐿️项目&资源](https://xiaobot.net/p/python_weekly)** | ||
|
||
|
||
① WeasyPrint:非常棒的工具,将 Web 生成 PDF 文档 | ||
|
||
② oxo:现代的安全扫描编排器 | ||
|
||
③ jupyterlab-desktop:JupyterLab 桌面版,基于 Electron | ||
|
||
④ teo:模式驱动的 Web 服务端框架 | ||
|
||
⑤ aiosql:Python 中的简单 SQL | ||
|
||
⑥ thread:AI 驱动的 Python 笔记本,使用 React 构建 | ||
|
||
⑦ OpenRecall:Windows Recall 的开源替代 | ||
|
||
⑧ requests-futures:使用 Futures 实现的异步 Python HTTP Requests | ||
|
||
⑨ websocket-client:Python 的 WebSocket 客户端 | ||
|
||
⑩ Freeway:WiFi 渗透测试与审计工具 | ||
|
||
⑪ cibuildwheel:以最少的配置为所有平台构建 Python wheel | ||
|
||
⑫ 超过 6000 份免费的速查表 | ||
|
||
----- | ||
|
||
目前周刊实行付费订阅制,年费 128 元,平均每天不到 4 毛钱,但绝对是一笔有眼光的投资。花钱学习知识,花钱提升自己,欢迎订阅这个:[你绝对不会后悔的专栏](https://xiaobot.net/p/python_weekly) | ||
|
||
订阅后,可免费查看 [第 56 期周刊的全文](https://xiaobot.net/post/6fbda8cf-0374-4953-83ac-93c82dd8d3ed) | ||
|
||
PS.本周刊[前30期的合集](https://pythoncat.top/posts/2023-12-11-weekly)永久免费,另外,付费期数将在其 50 期后免费开放,例如第 50 期将在第 100 期时免费,敬请留意。 |