ch
Feedback
PythonHub

PythonHub

前往频道在 Telegram

News & links about Python programming. https://pythonhub.dev/

显示更多
2 549
订阅者
+124 小时
+147
+2130
吸引订阅者
七月 '26
七月 '26
+36
在0个频道中
六月 '26
+55
在0个频道中
Get PRO
五月 '26
+82
在0个频道中
Get PRO
四月 '26
+78
在0个频道中
Get PRO
三月 '26
+81
在0个频道中
Get PRO
二月 '26
+73
在0个频道中
Get PRO
一月 '26
+68
在0个频道中
Get PRO
十二月 '25
+56
在0个频道中
Get PRO
十一月 '25
+44
在1个频道中
Get PRO
十月 '25
+41
在1个频道中
Get PRO
九月 '25
+40
在0个频道中
Get PRO
八月 '25
+102
在0个频道中
Get PRO
七月 '25
+96
在0个频道中
Get PRO
六月 '25
+77
在0个频道中
Get PRO
五月 '25
+79
在1个频道中
Get PRO
四月 '25
+69
在0个频道中
Get PRO
三月 '25
+67
在0个频道中
Get PRO
二月 '25
+59
在0个频道中
Get PRO
一月 '25
+104
在0个频道中
Get PRO
十二月 '24
+104
在0个频道中
Get PRO
十一月 '24
+162
在0个频道中
Get PRO
十月 '24
+142
在0个频道中
Get PRO
九月 '24
+70
在0个频道中
Get PRO
八月 '24
+96
在0个频道中
Get PRO
七月 '24
+78
在0个频道中
Get PRO
六月 '24
+76
在0个频道中
Get PRO
五月 '24
+81
在0个频道中
Get PRO
四月 '24
+61
在0个频道中
Get PRO
三月 '24
+99
在0个频道中
Get PRO
二月 '24
+91
在0个频道中
Get PRO
一月 '24
+117
在0个频道中
Get PRO
十二月 '23
+106
在1个频道中
Get PRO
十一月 '23
+31
在0个频道中
Get PRO
十月 '23
+25
在0个频道中
Get PRO
九月 '23
+25
在0个频道中
Get PRO
八月 '23
+26
在0个频道中
Get PRO
七月 '23
+33
在0个频道中
Get PRO
六月 '23
+35
在0个频道中
Get PRO
五月 '23
+48
在0个频道中
Get PRO
四月 '23
+31
在0个频道中
Get PRO
三月 '23
+36
在0个频道中
Get PRO
二月 '23
+32
在0个频道中
Get PRO
一月 '23
+50
在0个频道中
Get PRO
十二月 '22
+54
在0个频道中
Get PRO
十一月 '22
+61
在0个频道中
Get PRO
十月 '22
+64
在0个频道中
Get PRO
九月 '22
+78
在0个频道中
Get PRO
八月 '22
+49
在0个频道中
Get PRO
七月 '22
+58
在0个频道中
Get PRO
六月 '22
+49
在0个频道中
Get PRO
五月 '22
+56
在0个频道中
Get PRO
四月 '22
+65
在0个频道中
Get PRO
三月 '22
+72
在0个频道中
Get PRO
二月 '22
+41
在0个频道中
Get PRO
一月 '22
+56
在0个频道中
Get PRO
十二月 '21
+53
在0个频道中
Get PRO
十一月 '21
+29
在0个频道中
Get PRO
十月 '21
+36
在0个频道中
Get PRO
九月 '21
+20
在0个频道中
Get PRO
八月 '21
+31
在0个频道中
Get PRO
七月 '21
+42
在0个频道中
Get PRO
六月 '21
+30
在0个频道中
Get PRO
五月 '21
+42
在0个频道中
Get PRO
四月 '21
+46
在0个频道中
Get PRO
三月 '21
+31
在0个频道中
Get PRO
二月 '21
+47
在0个频道中
Get PRO
一月 '21
+40
在0个频道中
Get PRO
十二月 '20
+617
在0个频道中
日期
订阅者增长
提及
频道
13 七月+2
12 七月+7
11 七月+1
10 七月0
09 七月+3
08 七月+5
07 七月+4
06 七月+6
05 七月+1
04 七月+1
03 七月+3
02 七月+2
01 七月+1
频道帖子
cupy / cupy NumPy & SciPy for GPU https://github.com/cupy/cupy

2
How to publish to PyPI using GitHub Actions securely The post gives three practical steps for publishing Python packages to PyPI more securely from GitHub Actions: run zizmor, use Trusted Publishing, and require manual approval through GitHub environments. It focuses on reducing credential risk by removing long-lived PyPI tokens, pinning actions, limiting workflow permissions, disabling persisted checkout credentials, and adding a human ap... https://snarky.ca/how-to-publish-to-pypi-using-github-actions-securely/
17
3
Serving a Frontend with FastAPI: A Practical Guide A practical guide to FastAPI's new app.frontend(), SPA fallback, API route priority, and a complete mini dashboard example. https://modernpython.io/serving-a-frontend-with-fastapi-a-practical-guide/
29
4
planning-with-files Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash-proof markdown plans that survive context loss and /clear, plus a deterministic completion gate and multi-agent shared state on disk. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. https://github.com/OthmanAdi/planning-with-files
40
5
Python Hub Weekly Digest for 2026-07-12 https://pythonhub.dev/digest/2026-07-12/
94
6
Django security releases issued: 6.0.7 and 5.2.16 Django 6.0.7 and 5.2.16 fix three low-severity security issues involving cached Set-Cookie responses, GDALRaster heap buffer over-read, and DomainNameValidator accepting newlines. The Django team recommends upgrading supported versions as soon as possible, with patches applied to main, 6.1 beta, 6.0, and 5.2 branches. https://www.djangoproject.com/weblog/2026/jul/07/security-releases/
169
7
Boffin claims Microsoft's "quantum leap" is invalid due to "basic Python errors" https://www.theregister.com/research/2026/06/24/boffin-claims-microsofts-supposed-quantum-leap-does-not-compute-due-to-basic-python-errors/5260489
151
8
rommapp / romm A beautiful, powerful, self-hosted rom manager and player. https://github.com/rommapp/romm
148
9
Backon – Python retry (zero deps, circuit breaker, async native) https://github.com/Llucs/backon
130
10
microsoft / skills-for-fabric A collection of skills and MCP systems to enable users of CLI, VSCode, Claude to operate over Microsoft Fabric https://github.com/microsoft/skills-for-fabric
130
11
A small matrix task runner for Python projects using Astral uv. uv-matrix runs the same project tasks across Python versions, dependency variants, extras and arbitrary task variants defined in pyproject.toml. https://github.com/atsuoishimoto/uv-matrix
119
12
Scripting good practices in Python SummaryYou can make your scripts just a little nicer with some tweaks:Use inline dependencies if ... https://www.bitecode.dev/p/scripting-good-practices-in-python
122
13
Python 3.14 compiled to metal – no interpreter https://github.com/can1357/pon
123
14
Have your agent record video demos of its work with shot-scraper video shot-scraper video is a new command introduced in today's shot-scraper 1.10 release which ... https://simonwillison.net/2026/Jun/30/shot-scraper-video/#atom-tag
124
15
OpenKB Open LLM Knowledge Base. https://github.com/VectifyAI/OpenKB
131
16
Python Hub Weekly Digest for 2026-07-05 https://pythonhub.dev/digest/2026-07-05/
119
17
Building AI Agents You Can Trust & Evaluate | Agentic RAG Live Series Hands-on live series building Agentic RAG systems with retrieval, tool calling, evaluations, traces, and production engineering practices. 140 min marathon https://youtube.com/live/_44x_yL7Q-s?feature=share
138
18
Unlimited-OCR Unlimited-OCR is Baidu’s open-source OCR model for one-shot long-horizon document parsing, designed to read multi-page documents in a single pass instead of chunking them. https://github.com/baidu/Unlimited-OCR
133
19
Build real agentic apps using CUGA: two dozen working examples on a lightweight harness Building an agent is mostly plumbing: tools, state, guardrails, scaling from one agent to many. CUGA (pip install cuga), short for Configurable Generalist Agent, the Agent Harness for the Enterprise from IBM handles that, so you write just a tool list and a prompt. We built two-dozen single-file apps to prove it. Read one end to end here, then see how the same agent runs sovereign and go... https://huggingface.co/blog/ibm-research/cuga-apps
144
20
Build and Deploy a Remote MCP Server to GKE in 30 Minutes Learn to build and deploy a secure remote MCP server on Google Kubernetes Engine (GKE) in 30 minutes. Streamline your AgenticAI workflows with standard protocols. https://cloud.google.com/blog/topics/developers-practitioners/build-and-deploy-a-remote-mcp-server-to-gke-in-30-minutes/
141