惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
Docker
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
C
Check Point Blog
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
M
MIT News - Artificial intelligence
B
Blog RSS Feed
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
美团技术团队
I
InfoQ
Blog — PlanetScale
Blog — PlanetScale

Python Insider

Python 3.15.0 candidate 2 is here! | Python Insider RISC-V is now officially supported by CPython! | Python Insider The Python documentation is now available in Russian! | Python Insider Announcing the Packaging Council Election Candidates for 2026! | Python Insider Python 3.12.14, 3.11.16 and 3.10.21 are now available! | Python Insider Python 3.14.7 and 3.13.15 are now available! | Python Insider Python 3.15.0 candidate 1 is here! | Python Insider Get Ready: 2026 Python Packaging Council Nominations Opening Soon! | Python Insider Python 3.15.0 beta 4 is here! | Python Insider Packaging Council Inaugural Election Dates | Python Insider Mitigated API authentication bypass for python.org download metadata | Python Insider Python 3.15.0 beta 3 is here! | Python Insider Python 3.14.6 and 3.13.14 are now available! | Python Insider Python 3.15.0 beta 2 is here! | Python Insider Python 3.14.5 is out! | Python Insider Python 3.15.0 beta 1 is here! | Python Insider Python 3.14.5 release candidate | Python Insider Rust for CPython Progress Update April 2026 | Python Insider Python 3.15.0a8, 3.14.4 and 3.13.13 are out! | Python Insider Python 3.15's JIT is now back on track | Python Insider Python 3.15.0 alpha 7 | Python Insider CPython: 36 Years of Source Code | Python Insider Python 3.12.13, 3.11.15 and 3.10.20 are now available! | Python Insider Join the Python Security Response Team! | Python Insider Python 3.15.0 alpha 6 | Python Insider Python 3.14.3 and 3.13.12 are now available! | Python Insider Python 3.15.0 alpha 5 (yes, another alpha!) | Python Insider Python 3.15.0 alpha 4 | Python Insider Python 3.15.0 alpha 3 | Python Insider Python 3.14.2 and 3.13.11 are now available! | Python Insider
The Python Insider Blog Has Moved! | Python Insider
Every author has a page · 2026-03-03 · via Python Insider

Python Insider now lives at blog.python.org, backed by a Git repository. All 307 posts from the Blogger era have been migrated over, and old URLs redirect to the new ones automatically. Your RSS readers should pick up the new feed without any action on your part, but if something looks off, the new feed URL is blog.python.org/rss.xml.

Why we moved

Blogger worked fine for a long time, but contributing to the blog meant having a Google account and using Blogger’s editor. That’s a higher bar than it needs to be. The new setup is just Markdown files in a Git repo. If you can open a pull request, you can write a post.

Posts live in content/posts/{slug}/index.md with YAML frontmatter for the title, date, authors, and tags. Images go right next to the post in the same directory. No special tooling required beyond a text editor.

Contributing

Want to write about a Python release, core sprint, governance update, or anything else that belongs on the official Python blog? Here’s the short version:

  1. Fork python/python-insider-blog
  2. Create a new directory under content/posts/ with your post slug
  3. Add an index.md with your content (and optionally upload your images)
  4. Open a PR

The repo README has more detail on frontmatter fields and local development if you want to preview your post before submitting.

What’s new on the site

Beyond the content itself, the new site has a few features the old Blogger setup never had. Here’s a live look:

Browse & filter posts

All posts are browsable with pagination, a year filter, and a tag sidebar. Click any tag or year to narrow things down.

See who’s been writing, how much they’ve contributed, and browse their posts individually.

Tags at a glance

Every tag across the archive, ranked by how often it appears. Great for finding all the release announcements or security updates in one place.

Search everything

Hit Ctrl+K (or Cmd+K on Mac) from any page to open the command palette. It searches across all 307+ posts by title, author, tags, and description. There are also keyboard chord shortcuts for quick navigation.

And more

  • RSS feed at blog.python.org/rss.xml, compatible with the old Blogger feed URL so existing subscribers don’t need to change anything.
  • Dark mode that follows your system preference (try the toggle in the header).
  • Open Graph images generated automatically for every post, so links shared on social media get proper preview cards.

What’s under the hood

The site is built with Astro and deployed as fully static HTML. There’s a Keystatic CMS available in dev mode if you prefer a visual editor over raw Markdown, but it’s entirely optional. Tailwind handles the styling. The whole thing builds and deploys through GitHub Actions.

If you spot broken links, missing images, or formatting issues from the migration, file an issue on the repo. PRs are welcome too.