What’s New in Python 3.8
docs.python.org
What’s New in Python 3.8
1–10 of 381 posts
Re: What’s New in Python 3.8
#2They didn't select my preferred syntax, but I'm still looking forward to using assignment expressions for testing my re.match() objects.
I haven't used 3.8.0 yet but I hope its a good one because 2020 is the year that 2.7 dies and there will be a lot of people switching.
Re: What’s New in Python 3.8
#3Quite happy with the new SyntaxWarning for identity comparison on literals and missing commas :)
Especially neat is also the `python -m asyncio` shell which allows you to run top-level awaits in your repl instead of needing to start a new event loop each time!
Re: What’s New in Python 3.8
#4https://docs.python.org/3/whatsnew/3.8.html#f-strings-suppor...
Re: What’s New in Python 3.8
#5This is the release that contains the controversial assignment expressions, which sparked the debate that convinced GvR to quit as BDFL. They didn't select my preferred syntax, but I'm still looking forward to using assignment expressions for testing my re.match() objects. I haven't used 3.8.0 yet but I hope its a good one because 2020 is the year that 2.7 dies and there will be a lot of people switching.
Of course I have to ask, what was your preferred syntax?
Re: What’s New in Python 3.8
#6Re: What’s New in Python 3.8
#7Re: What’s New in Python 3.8
#8The expansion of f-strings is a welcome addition. The more I use them, the happier I am that they exist https://docs.python.org/3/whatsnew/3.8.html#f-strings-suppor...
Re: What’s New in Python 3.8
#9This is the release that contains the controversial assignment expressions, which sparked the debate that convinced GvR to quit as BDFL. They didn't select my preferred syntax, but I'm still looking forward to using assignment expressions for testing my re.match() objects. I haven't used 3.8.0 yet but I hope its a good one because 2020 is the year that 2.7 dies and there will be a lot of people switching.
Re: What’s New in Python 3.8
#10The expansion of f-strings is a welcome addition. The more I use them, the happier I am that they exist https://docs.python.org/3/whatsnew/3.8.html#f-strings-suppor...