Walrus operator
Concept
A syntactic sugar feature introduced in Python 3.8 that allows assignment expressions, enabling variables to be assigned within expressions. It was a polarizing feature that led to controversy in the Python community.
Mentioned in 2 videos
Videos Mentioning Walrus operator

Chris Lattner: The Future of Computing and Programming Languages | Lex Fridman Podcast #131
Lex Fridman
A syntactic sugar feature introduced in Python 3.8 that allows assignment expressions, enabling variables to be assigned within expressions. It was a polarizing feature that led to controversy in the Python community.

Grant Sanderson: Math, Manim, Neural Networks & Teaching with 3Blue1Brown | Lex Fridman Podcast #118
Lex Fridman
A new assignment expression operator introduced in Python 3.8 that generated significant debate and controversy in the Python community.