datapythonista
216 subscribers
69 photos
1 video
22 links
Data, Python, Free Software and Memes
Download Telegram
CPython 3.11 has been released this week. The main change is an increase in performance, it's between 10% to 60% faster based on the CPython benchmarks.

I tested the #pandas benchmarks with pandas 3.10 and pandas 3.11, and they are less than 1% faster with the new version (all critical code in #Python data projects is in C, not in Python).

Exceptions got couple of improvement, and there are several additions to typing.

For the Python data community, in my opinion the main improvement to Python would be to be able to overwrite the and and or operators in our libraries (pandas and numpy mainly). I wrote about it in this post.