Python
Python language news, releases and ecosystem updates.
- Python Insider blogpreviewengineer ·
Python 3.15.0 Beta 1 Released
The first beta release of Python 3.15.0 is now available. This milestone indicates significant progress in the development cycle, with potential new features and improvements being tested. Developers and users interested in the upcoming features should consider upgrading to the beta to provide feedback.
feature patch - Python Insider blogengineer ·
CPython Progress Update: Rust Integration Efforts
This update covers the ongoing progress of integrating Rust into the CPython interpreter. The project aims to leverage Rust for performance-critical components and improved memory safety. This work is primarily of interest to core CPython developers and those building extensions that can benefit from Rust's safety guarantees.
announcement - Python Insider blogengineer ·
Python 3.15.0a8, 3.14.4, and 3.13.13 released
Python has released version 3.15.0a8 as a final alpha, alongside bug fix releases for 3.14.4 and 3.13.13. These updates address various issues and are recommended for users to upgrade to.
patch feature
