TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Python 3.12.2 Released

2 pointsby japagetover 1 year ago

2 comments

japagetover 1 year ago
Also Python 3.11.8, get it at <a href="https:&#x2F;&#x2F;www.python.org&#x2F;downloads&#x2F;release&#x2F;python-3118&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.python.org&#x2F;downloads&#x2F;release&#x2F;python-3118&#x2F;</a>
interbasedover 1 year ago
I really like the f-string updates - particularly that you can use quotes of the same type within the f-string.<p>For example, from the documentation:<p>&gt; f&quot;This is the playlist: {&quot;, &quot;.join(songs)}&quot;