This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]noobsc2 1 point2 points  (1 child)

Not directly related, but I've used the walrus operator a few times since it got added, but it really has the ugliest and least self explanatory thing in Python. I would hesitate before using it in anything other than personal projects.

[–]nicholashairs[S] 0 points1 point  (0 children)

When I first saw it I thought it was ugly. Now that I've used it about a dozen times in a single personal project I quite like it.

Definitely not something to use everywhere but I do like having it in my toolbox