Tech With Tim discusses one of the exciting changes to python 3.8, the walrus operator.
The walrus operator is otherwise known as the assignment expression operator and it provides a way to write more readable code. It can be used inside expressions to assign a variable to a part of that expression.
All 3.8 Changes := https://docs.python.org/3/whatsnew/3.8.html