Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
Python 3.12.2 Released | Better HN
Python 3.12.2 Released
(opens in new tab)
(python.org)
2 points
japaget
2y ago
2 comments
Share
2 comments
default
newest
oldest
japaget
OP
2y ago
Also Python 3.11.8, get it at
https://www.python.org/downloads/release/python-3118/
interbased
2y ago
I really like the f-string updates - particularly that you can use quotes of the same type within the f-string.
For example, from the documentation:
> f"This is the playlist: {", ".join(songs)}"
j
/
k
navigate · click thread line to collapse