-
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
39fcbf0
commit dc2e0ef
Showing
2 changed files
with
77 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,75 @@ | ||
--- | ||
title: 'Python 潮流周刊#67:uv 的重磅更新' | ||
pubDate: 2024-09-01 | ||
--- | ||
|
||
本周刊由 Python猫 出品,精心筛选国内外的 250+ 信息源,为你挑选最值得分享的文章、教程、开源项目、软件工具、播客和视频、热门话题等内容。愿景:帮助所有读者精进 Python 技术,并增长职业和副业的收入。 | ||
|
||
分享了 12 篇文章,12 个开源项目,全文 2000 字。 | ||
|
||
以下是本期摘要: | ||
|
||
**[🦄文章&教程](https://xiaobot.net/p/python_weekly)** | ||
|
||
|
||
① uv:统一的 Python 打包工具 | ||
|
||
② PyJWT 和 python-jose 在处理 JWT 令牌时的差异 | ||
|
||
③ Kindle + Python = 电子墨水屏面板(第 1 部分) | ||
|
||
④ 再见了 Pandas,感谢所有的鱼 | ||
|
||
⑤ CPython 编译器强化 | ||
|
||
⑥ 通过代码生成实现高性能 | ||
|
||
⑦ PortaOne 如何用 PyPy 作高性能处理,每月接通超过 1B 的电话 | ||
|
||
⑧ 10 种 Python 编程优化技术 | ||
|
||
⑨ Windows 中 Python 程序的 NTLM 凭据盗窃 | ||
|
||
⑩ Flask 源码解析系列文章 7 篇 | ||
|
||
⑪ pip 24.2 有什么新增功能? 为什么弃用可编辑安装? | ||
|
||
⑫ “所有 htmx 演示之母”之后续 | ||
|
||
**[🐿️项目&资源](https://xiaobot.net/p/python_weekly)** | ||
|
||
|
||
① theine:高性能的内存中缓存 | ||
|
||
② picows:超高速 websocket 客户端和服务端 | ||
|
||
③ microrabbit:用于 RabbitMQ 的轻量级异步 Python 框架 | ||
|
||
④ wave:用于 Python 和 R 的实时 Web 应用和仪表板 | ||
|
||
⑤ repo2vec:仅用 2 条命令,与你的代码仓聊天 | ||
|
||
⑥ django-currentuser:在线程或数据库存储用户请求信息 | ||
|
||
⑦ intelligent-trading-bot:基于机器学习和特征工程的智能交易机器人 | ||
|
||
⑧ rerun:可视化多模态数据流 | ||
|
||
⑨ VideoSys:简单高效的视频生成系统 | ||
|
||
⑩ KnowledgeGraph: 从零开始构建知识图谱 | ||
|
||
⑪ terminaltexteffects:终端视觉效果引擎 | ||
|
||
⑫ kotaemon:基于 RAG 与你的文档聊天 | ||
|
||
|
||
----- | ||
|
||
目前周刊实行付费订阅制,年费 128 元,平均每天不到 4 毛钱,但绝对是一笔有眼光的投资。花钱学习知识,花钱提升自己,欢迎订阅这个:[你绝对不会后悔的专栏](https://xiaobot.net/p/python_weekly) | ||
|
||
订阅后,可免费查看 [第 67 期周刊的全文](https://xiaobot.net/post/9867c6ce-13ac-4905-a4a1-70cc3162a29f) | ||
|
||
PS.本周刊[前30期的合集](https://pythoncat.top/posts/2023-12-11-weekly)永久免费,已集结出了精美电子书(EPUB/PDF),请从该合集文章开头获取下载链接。 | ||
|
||
另外,付费期数将在其 50 期后免费开放,例如第 67 期将在第 117 期时免费,敬请留意。 |