Python Insider Blog: A Fresh Start with Open Source Contributions
Welcome to the New Python Insider Blog
The official Python blog has found a new home! After years on Blogger, the Python Insider Blog now resides at https://blog.python.org, backed by a Git repository. All 307 posts from the Blogger era have been migrated, and old URLs automatically redirect to the new ones. Your RSS reader should pick up the new feed without any action, but if something seems off, the feed URL is https://blog.python.org/rss.xml.
Why We Made the Switch
Blogger served us well for a long time, but contributing to the blog required a Google account and familiarity with Blogger's editor. That's a higher bar than it needs to be. The new setup is just Markdown files in a Git repository. If you can open a pull request, you can write a post.
Posts live in content/posts/{slug}/index.md with YAML frontmatter for title, date, authors, and tags. Images go right next to the post in the same directory. No special tooling needed beyond a text editor.
How to Contribute
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:
- Fork https://github.com/python/python-insider-blog
- Create a new directory under
content/posts/with your post slug - Add an
{post_name}/index.mdwith your content (and optionally upload your images) - Open a pull request
The repository README has more detail on frontmatter fields and local development if you want to preview your post before submitting.
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.
Important Links
- New site: https://blog.python.org
- Repository: https://github.com/python/python-insider-blog
- RSS feed: https://blog.python.org/rss.xml
If you spot broken links, missing images, or formatting issues from the migration, file an issue on the repository. Pull requests are welcome too.
We're excited to open up the blog to the community in a more accessible way. Happy writing!
Related Articles
- VS Code Python Extension Update: Enhanced Symbol Search and Faster Indexing (March 2026)
- How to Leverage AI for Legacy Code Migration and Process Improvement
- How to Explore AI-Generated Cities with Google DeepMind's Genie and Street View
- Lattice Open-Source Framework Promises to Fix AI Coding Chaos with Battle-Tested Engineering Disciplines
- Beyond Content Filtering: How TealTiger v1.2 Enforces AI Agent Governance with Deterministic Policy Evaluation
- From COM to Stack Overflow: The Slow Evolution of Programming and Its Sudden Shifts
- 10 Hidden Secrets of VS Code’s Task Runner That Will Change Your Workflow
- Cloudflare and Stripe Enable Full Autonomy for AI Agents in Cloud Deployments