Live data from Hacker News

Python 3.12.2 Released

python.org

1–3 of 3 posts

Re: Python 3.12.2 Released

#3
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)}"