this post was submitted on 08 May 2025
16 points (100.0% liked)

Python

7256 readers
1 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] Bigfish@lemmynsfw.com 7 points 1 month ago (1 children)

Code name Pi, right? Right?

read the beta release notes to find out

no spoilers from me

[–] Zenlix@lemm.ee 3 points 1 month ago

The new template strings look cool and very usefull.

[–] gigachad@sh.itjust.works 3 points 1 month ago

Syntax highlighting in REPL as you type is big

Three-argument pow() now tries calling rpow() if necessary. Previously it was only called in two-argument pow() and the binary power operator. (Contributed by Serhiy Storchaka in gh-130104.)

that's a nail or wart that has been sticking out since forever