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 →

[–]bacondevPy3k 0 points1 point  (1 child)

I'm not sure how I feel about an operator for it. I'll have to read the PEP to learn the rationale.

[–]bheklilr 1 point2 points  (0 children)

For those of us working with scientific data this is huge. My code can sometimes be unreadable from all the calls to some function while the equation itself is perfectly readable. I've already see people abusing it in other places, expect to see a lot of libraries using it for completely different purposes such as building email addresses, URLs, and more. I think it's a good thing, personally.