Skip to content

Commit

Permalink
add weekly 79
Browse files Browse the repository at this point in the history
  • Loading branch information
chinesehuazhou committed Dec 1, 2024
1 parent 72eae6d commit e7d1743
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
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+ 信

## 🦄往期列表

- 第 79 期:[Python 的元数据困境](./docs/2024-12-01-weekly.md)
- 分享了 12 篇文章,12 个开源项目,2 则热门讨论
- 第 78 期:[async/await 是糟糕的设计](./docs/2024-11-23-weekly.md)
- 分享了 12 篇文章,12 个开源项目,1 则音视频
- 第 77 期:[Python 依赖管理就像垃圾场火灾?](./docs/2024-11-17-weekly.md)
Expand Down
85 changes: 85 additions & 0 deletions docs/2024-12-01-weekly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
title: 'Python 潮流周刊#79:Python 的元数据困境'
pubDate: 2024-12-01
---

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

分享了 12 篇文章,12 个开源项目,2 则热门讨论,全文 2200 字。

以下是本期摘要:

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


① 约束是好的:Python 的元数据困境

② Talk Python 网站用 Quart 重写了

③ Python 不仅是胶水,它是一个隐性的 JIT 生态系统

④ Python 类型提示在实践中可能不适合我

⑤ Python 项目管理和打包综合指南:构建与发布

⑥ 2024 年,并发运行 100 万个任务需要多少内存?

⑦ 突破 Streamlit 的界限

⑧ 使用 GitHub Actions 运行 Python 脚本

⑨ 利用 Python 打包求解布尔满足性和整数规划

⑩ 简化 Django 迁移:高效压缩指南

⑪ 累积运算在不同编程语言中的实现

⑫ 不同语言的 10 亿次嵌套循环迭代对比图

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


① aisuite:为多个生成式 AI 提供简单统一的接口

② opennb:从 GitHub 代码仓或 URL 中打开 Jupyter 笔记本

③ ridgeplot:用 Python 画漂亮的山脊线图

④ Qwen2.5-Coder:阿里云 Qwen 大语言模型的代码版本

⑤ pex: 用于生成 \.pex 文件、锁文件和 venv 的工具

⑥ pipe-operator: Elixir 管道运算符的 Python 实现

⑦ Sequoia:A 股自动选股程序

⑧ LLMLLM-Engineers-Handbook:LLM 的实用指南手册

⑨ bbot:面向黑客的互联网扫描仪

⑩ Scraperr:自托管的网络爬虫

⑪ ImportSpy:主动控制模块如何被导入使用

⑫ zerox:由视觉模型支持的 PDF 转 Markdown

**[🥂讨论&问题](https://xiaobot.net/p/python_weekly)**


① 关于 Python 项目的生产环境部署

② 你最喜欢的 Python 演讲是什么?



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

订阅后,可查看周刊全部内容。第 79 期周刊的全文:https://www.xiaobot.net/post/a2d5f41d-94f4-4b04-b3a4-1de5ffad180e

Python 潮流周刊第 2 季完结了,分享几项总结:https://pythoncat.top/posts/2024-07-14-iweekly

周刊前30期的免费合集,含精美电子书(EPUB/PDF):https://pythoncat.top/posts/2023-12-11-weekly

万字浓缩版,Python 潮流周刊第 1 季的 800 个链接!:https://xiaobot.net/post/78c3d645-86fa-4bd8-8eac-46fb192a339e

**微信关注 Python猫**[https://img.pythoncat.top/python_cat.jpg](https://img.pythoncat.top/python_cat.jpg)

0 comments on commit e7d1743

Please sign in to comment.