this post was submitted on 25 Oct 2024
39 points (93.3% liked)

Python

6356 readers
8 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 1 year ago
MODERATORS
top 11 comments
sorted by: hot top controversial new old
[–] vahtos@programming.dev 14 points 2 weeks ago (2 children)

What a refreshingly information dense blog without the typical annoying web page behaviors (consent pop-ups, join our mailing list, etc). Thanks for sharing.

[–] Midnitte@beehaw.org 9 points 2 weeks ago (1 children)
[–] rutrum@lm.paradisus.day 7 points 2 weeks ago

Thats a wonderful article. Thank you for sharing

[–] xigoi@lemmy.sdf.org 1 points 2 weeks ago

It did ask for my e-mail.

[–] tunetardis@lemmy.ca 8 points 2 weeks ago

I've been playing around with the disabled GIL build and though I use threads fairly extensively in my projects, it's been smooth sailing so far. I feel like my GUI scripts might be a bit more responsive now? (I tend to farm out user events to dedicated threads, so this is entirely possible.)

But overall, everything is stable and awesome! I'm so excited! This has been a long time coming for Python.

[–] solrize@lemmy.world 0 points 2 weeks ago (1 children)
[–] gigachad@sh.itjust.works 10 points 2 weeks ago (1 children)

Wdym? It's a text about the lesser known features and changes in Python 3.13.

[–] solrize@lemmy.world 2 points 2 weeks ago (1 children)

There's some confusing code there. What does it do?

[–] sugar_in_your_tea@sh.itjust.works 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

You mean the code under "The annotation change nobody asked for"? That's not intended to do anything, it's supposed to just be valid Python code as an annotation. Basically, they're trying to break the type hinting system.

[–] GBU_28@lemm.ee 2 points 2 weeks ago (1 children)

I see like 20 lines of code and an image. Is there more?

I don't think so. I see two code snippets, and each has a clear explanation preceding it.