-
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
cbb64f2
commit 9a7ba75
Showing
2 changed files
with
78 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,76 @@ | ||
--- | ||
title: 'Python 潮流周刊#65:CSV 有点糟糕' | ||
pubDate: 2024-08-17 | ||
author: '豌豆花下猫' | ||
--- | ||
|
||
本周刊由 Python猫 出品,精心筛选国内外的 250+ 信息源,为你挑选最值得分享的文章、教程、开源项目、软件工具、播客和视频、热门话题等内容。愿景:帮助所有读者精进 Python 技术,并增长职业和副业的收入。 | ||
|
||
分享了 12 篇文章,12 个开源项目,全文 2000 字。 | ||
|
||
以下是本期摘要: | ||
|
||
**[🦄文章&教程](https://xiaobot.net/p/python_weekly)** | ||
|
||
|
||
① CSV 有点糟糕。DSV 有点不错 | ||
|
||
② 用 Scrapy 和 Playwright 实现无限滚动页面的抓取 | ||
|
||
③ 用 Python 作测试(第 9 部分):额外的一英里 | ||
|
||
④ fastcore:一个被低估的 Python 库 | ||
|
||
⑤ Knuckledragger:一个半自动的 Python 校验助手 | ||
|
||
⑥ 优化 PyTorch Docker 镜像:如何将大小减少 60%? | ||
|
||
⑦ Python 中 Pydantic 实现近似的求和类型 | ||
|
||
⑧ PEP-750:用来编写领域特定语言的标签字符串 | ||
|
||
⑨ 我在开发现代 TUI 框架时学到的 7 件事 | ||
|
||
⑩ 通过 GDB 用 PDB 调试运行中的 Python 脚本 | ||
|
||
⑪ Pandas 有效管理大型数据集的内存使用 | ||
|
||
⑫ 3.5 亿 Token 不会说谎:Hacker News 中的爱与恨 | ||
|
||
**[🐿️项目&资源](https://xiaobot.net/p/python_weekly)** | ||
|
||
|
||
① Emval:Rust 开发的 Python 邮件验证库 | ||
|
||
② fastcore:增强 Python 的功能 | ||
|
||
③ scrapy-playwright:Scrapy 的 Playwright 集成 | ||
|
||
④ DELTADB:基于 Polars 和 DeltaLake 的数据库 | ||
|
||
⑤ AgentK:可自我进化的、模块化的 AGI | ||
|
||
⑥ llm_aided_ocr:用 LLM 矫正扫描版 PDF 的 OCR 结果 | ||
|
||
⑦ translation-agent:使用反省工作流的翻译代理 | ||
|
||
⑧ PY4E:适合所有人的 Python 学习课程 | ||
|
||
⑨ unstract:无代码 LLM 平台,启动 API 和 ETL 管道 | ||
|
||
⑩ tokencost:轻松估算 400+ LLMs的 token 价格 | ||
|
||
⑪ PyOptInterface:Python 作数学优化的高效建模接口 | ||
|
||
⑫ metasequoia-sql:注重性能的 SQL 语法解析和分析器 | ||
|
||
|
||
----- | ||
|
||
目前周刊实行付费订阅制,年费 128 元,平均每天不到 4 毛钱,但绝对是一笔有眼光的投资。花钱学习知识,花钱提升自己,欢迎订阅这个:[你绝对不会后悔的专栏](https://xiaobot.net/p/python_weekly) | ||
|
||
订阅后,可免费查看 [第 65 期周刊的全文](https://xiaobot.net/post/ce01e10f-d072-44fd-ac11-b2eaef8b98cd) | ||
|
||
PS.本周刊[前30期的合集](https://pythoncat.top/posts/2023-12-11-weekly)永久免费,已集结出了精美电子书(EPUB/PDF),请从该合集文章开头获取下载链接。 | ||
|
||
另外,付费期数将在其 50 期后免费开放,例如第 65 期将在第 115 期时免费,敬请留意。 |