this post was submitted on 14 Jun 2024
32 points (100.0% liked)

Python

6160 readers
3 users here now

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

πŸ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

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

founded 1 year ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 2 months ago (1 children)

PEP 701 seems like a good QoL improvement. Honestly not sure in what scenarios nesting of f-strings should be needed.

[–] [email protected] 3 points 2 months ago (1 children)

That's part of the 3.11->3.12 changelog. To get the full changes for 3.12.3->3.12.4, consult the git log.

[–] [email protected] 2 points 2 months ago (1 children)

Ah, my bad. Seems like ublock breaks the format of the webpage so I missed that part of the header. Still on 3.11 as it's a chore to reinstall packages, so I guess it still apply.

[–] [email protected] 3 points 2 months ago (1 children)

You should try using pipx. Updating python is as simple as pipx reinstall-all --python python3.12

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

Thank you for the recommendation, looks interesting if it supports venv.