PEP 701 – Syntactic formalization of f-strings
Python Enhancement Proposals (PEPs)
Stay updated with breaking news from Python Language Summit. Get real-time updates on events, politics, business, and more. Visit us for reliable news and exclusive interviews.
Python Enhancement Proposals (PEPs)
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.
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 Python, written in C, that is the most widely used version of the language. [ The short-term plan is...