this post was submitted on 26 Jul 2025
73 points (98.7% liked)

Python

7354 readers
2 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
you are viewing a single comment's thread
view the rest of the comments
[–] FizzyOrange@programming.dev 27 points 1 week ago (2 children)

To be fair this was quite wtf-free. Mostly just unimportant formatting subtleties and stuff you'd never write.

Python definitely has bigger WTFs, like bool being an int, implicit bool conversion, implicit iteration of strings, etc.

[–] Tja@programming.dev 7 points 1 week ago (1 children)

Bool being an int was part of this.

Sure but that's orthogonal to f-strings.