Readit News logoReadit News
runningmike · 2 months ago
Python 3.14 has great new features like: - Free-threaded Python is now officially supported

- Template string literals (t-strings) for custom string processing

- Syntax highlighting in PyREPL and more!

Great work , congratulations with this release!

dlojudice · 2 months ago
+ experimental JIT compiler

this could be the beginning of something very promising

Neywiny · 2 months ago
Problem is, it's too late. Most performant code I've seen and written isn't using numba, it's using numpy to vectorize. And sadly, there's a lot of wasted iteration when doing that just to be faster than scaler. My point being, that code won't speed up at all without a rewrite.
ivanche · 2 months ago
Shouldn't this version be called Pi-thon?

I'll walk myself out.

tkcranny · 2 months ago
The release has a pretty cute logo of the snakes eating a pie: https://www.python.org/downloads/release/python-3140/
zahlman · 2 months ago
I've been hearing this off and on for pretty much the entire development cycle and I'm kinda sick of it now, frankly.