News

In this video, I'll be sharing with you a few powerful VSCode features that all Python devs should learn. If you're a Python ...
Python 3.10 development has stabilized and we can finally test out all of the new features that will be included in the final release. We’ll cover some of the most interesting additions to ...
Here's why some popular features found in other languages—including static typing, multiline lambdas, and native JIT compilation—are a no-go for Python, at least for now.
Python 3.12 also supports the ability to monitor calls, returns, lines, exceptions, and other events using instrumentation. This feature can be very useful for debugging and performance tuning.
Version 5 of pickle, introduced with Python 3.8, provides a new way to pickle objects that implement Python’s buffer protocol, such as bytes, memoryviews, or NumPy arrays.
The Python development team has announced the arrival of 3.14's first release candidate before its official launch in October ...
When I learn about a new feature in Python or I notice that a few others are unaware of that feature, I make a note of it. Over the last few weeks, there have been a few interesting features that ...
Native dynamic tables, a new feature that is now in private preview, automates incremental processing through declarative data pipeline development. A new cross-cloud feature is intended to make ...
The move to develop organization accounts followed a survey of Python users last year in which they were the most requested PyPl feature. When the results were published in December 2021, the PSF ...