Skip to content

Commit

Permalink
add weekly 58
Browse files Browse the repository at this point in the history
  • Loading branch information
chinesehuazhou committed Jun 29, 2024
1 parent 5d2ab70 commit e475a37
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Python 潮流周刊由 **Python猫** 出品,精心筛选中英文的 250+ 信

## 🦄往期列表

- 第 58 期:[最快运行原型的语言](./docs/2024-06-29-weekly.md)
- 分享了 12 篇文章,12 个开源项目,赠书 5 本
- 第 57 期:[Python 该采用日历版本吗?](./docs/2024-06-22-weekly.md)
- 分享了 12 篇文章,12 个开源项目,赠书 5 本
- 第 56 期:[NumPy 2.0 里更快速的字符串函数](./docs/2024-06-15-weekly.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/2024-03-23-weekly.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Python Debug 工具,与 Linux 中调试 core dump 文件一样,支持在异

一个验证概念的项目,可作为模板,用于构建和自定义自己的 CRM 解决方案,重点是易于集成和可扩展性。

![](https://img.pythoncat.top/2024-03-23_mindgraph.png)
![](https://img.pythoncat.top/2024-03-23_mindgraph.png)

7、[speechbrain:基于 PyTorch 的语音工具包](https://github.com/speechbrain/speechbrain)

Expand Down
73 changes: 73 additions & 0 deletions docs/2024-06-29-weekly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
---
title: 'Python 潮流周刊#58:最快运行原型的语言'
pubDate: 2024-06-29
author: '豌豆花下猫'
---

本周刊由 Python猫 出品,精心筛选国内外的 250+ 信息源,为你挑选最值得分享的文章、教程、开源项目、软件工具、播客和视频、热门话题等内容。愿景:帮助所有读者精进 Python 技术,并增长职业和副业的收入。

本期周刊分享了 12 篇文章,12 个开源项目,赠书 5 本,全文 2100 字。

以下是本期摘要:

**[🦄文章&教程](https://xiaobot.net/p/python_weekly)**


① 最快运行原型的语言

② PEP-2026 提议 Python 采用日历版本号

③ 优化 Python 的路由和调度:一个新的开源求解器 Timefold

④ 深入了解 Python 的集合数据结构

⑤ 使用 weakref 介绍 Python 的弱引用

⑥ 这就是软件开发现在的样子

⑦ 在命令行终端使用大语言模型

⑧ 如何将 Python 包发布到 PyPI?

⑨ 基本 Python 项目设置

⑩ 用 Make 提升 Python 开发者体验

⑪ Notebooks 是代码中的麦当劳

⑫ 花了 6 个月时间开发 LiveAPI 代理,我得到的 10 个经验教训

**[🐿️项目&资源](https://xiaobot.net/p/python_weekly)**


① Your-Journey-To-Fluent-Python:你的流畅的 Python 之旅

② llm:从命令行访问大语言模型

③ lmdocs:使用 LLM 生成 Python 项目的帮助文档

④ make-python-devex:使用 Make、Homebrew、pyenv、poetry 等工具的示例

⑤ vulture:查找无效的 Python 代码

⑥ CleanMyWechat: 自动删除 PC 端微信缓存数据

⑦ wxauto:Windows 版微信自动化,可发送/接收消息,简单微信机器人

⑧ youdaonote-pull:一键导出/备份有道云笔记的所有笔记

⑨ reladiff:跨数据库对大型数据集作高性能比对

⑩ hrms:开源人力资源和薪资管理软件

⑪ burr:构建能够做出决策的应用(聊天机器人、代理、仿真等)

⑫ thread:AI 驱动的 Jupyter Notebook

-----

目前周刊实行付费订阅制,年费 128 元,平均每天不到 4 毛钱,但绝对是一笔有眼光的投资。花钱学习知识,花钱提升自己,欢迎订阅这个:[你绝对不会后悔的专栏](https://xiaobot.net/p/python_weekly)

订阅后,可免费查看 [第 58 期周刊的全文](https://xiaobot.net/post/845615d4-fe5f-4b92-9036-a91e65214f0f)

PS.本周刊[前30期的合集](https://pythoncat.top/posts/2023-12-11-weekly)永久免费,另外,付费期数将在其 50 期后免费开放,例如第 58 期将在第 108 期时免费,敬请留意。

0 comments on commit e475a37

Please sign in to comment.