New Features in Python 3.8(deepsource.io)
deepsource.io
New Features in Python 3.8
https://deepsource.io/blog/python-3-8-whats-new/
3 comments
Looks great but you missed the https://www.python.org/dev/peps/pep-0554/
This PEP has mentioned the python version as 3.9
Are you sure this will be there in 3.8?
https://www.python.org/dev/peps/pep-0554/#provisional-status :) I am sure, Guido told me.
Good post. I especially like the walrus operator, which, as far as I understand, improves readability and promotes brevity. About positional args, though, if it has been introduced only recently, how does the doc in this reference: https://www.python.org/dev/peps/pep-0570/#numpy-ufuncs use them already?
Nicely written! Looking forward to getting my hands dirty with Python 3.8.