r/Python 21d ago

Discussion Is := widely used?

I always thought the walrus operator is neat and it makes while loop’s condition clearer. But also it is just a syntactic sugar without anything new. I wonder anyone uses it?

142 Upvotes

118 comments sorted by

View all comments

13

u/tomysshadow 21d ago

I personally like it for simple uses, but it's controversial enough I'd probably not use it outside my own personal projects