📰 Python Language Summit News
Python Language Summit News Today
Fast, Ad-Free News Updates
Stay updated with breaking news from Python Language Summit. Real-time updates on events, politics, business and more.
February 13, 2024
Python Enhancement Proposals (PEPs)
May 16, 2021
Incremental improvements are on the way that promise to speed up Python by a factor of 2x to 5x, and remain compatible with existing code.
May 13, 2021
KTSimage / Getty Images At the Python Language Summit held at PyCon 2021 this week, Python language creator Guido van Rossum unveiled near-term and long-term plans for making Python faster—anywhere from two to five times faster, and possibly more. The Python language already has many ways to run faster, from alternate runtimes like PyPy to wrapping modules written in C/C++. But almost none of these methods involves speeding up CPython itself—the reference implementation of P...