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

Python

7281 readers
39 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 4 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 2 months ago

Code name Pi, right? Right?

[–] [email protected] 3 points 2 months ago

The new template strings look cool and very usefull.

[–] [email protected] 3 points 2 months ago

Syntax highlighting in REPL as you type is big

[–] [email protected] 1 points 2 months ago

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