Search results
The “What’s New in Python” series of essays takes tours through the most important changes between major Python versions.
- What's New in Python 2.3
What’s New in Python 2.3¶ Author: A.M. Kuchling. This...
- Changelog
Changelog¶ Python next¶. Release date: XXXX-XX-XX. macOS¶....
- What’s New In Python 3.13
Python 3.13 is the latest stable release of the Python...
- What’s New In Python 3.11
This article explains the new features in Python 3.11,...
- Python Release Python 3.13.0
Some of the new major new features and changes in Python...
- Python Release Python 3.12.0
Python 3.12.0 is the newest major release of the Python...
- What's New in Python 2.3
2 days ago · Python 3.13 is the latest stable release of the Python programming language, with a mix of changes to the language, the implementation and the standard library. The biggest changes include a new interactive interpreter, experimental support for running in a free-threaded mode (PEP 703), and a Just-In-Time compiler (PEP 744).
This article explains the new features in Python 3.11, compared to 3.10. Python 3.11 was released on October 24, 2022. For full details, see the changelog.
Oct 7, 2024 · Some of the new major new features and changes in Python 3.13 are: New features. A new and improved interactive interpreter, based on PyPy 's, featuring multi-line editing and color support, as well as colorized exception tracebacks.
Oct 2, 2023 · Watch it together with the written tutorial to deepen your understanding: What's New in Python 3.12. Python 3.12 was published on October 2, 2023. As usual, the new version comes out in October after lots of effort by volunteers worldwide. The new version comes with several new features and improvements that you’ll explore in this tutorial.
Sep 30, 2024 · Watch it together with the written tutorial to deepen your understanding: What's New in Python 3.13. Python 3.13 was published on October 7, 2024. This new version is a major step forward for the language, although several of the biggest changes are happening under the hood and won’t be immediately visible to you.
People also ask
What's new in Python?
What's new in Python 3.12.0?
What's new in Python 3?
What's new in Python 2024?
What's new in Python compile()?
What's new in Python 313?
Python 3.12.0 is the newest major release of the Python programming language, and it contains many new features and optimizations. Major new features of the 3.12 series, compared to 3.11. New features. More flexible f-string parsing, allowing many things previously disallowed (PEP 701). Support for the buffer protocol in Python code (PEP 688).