Unravelling `is` and `is not` in Python

As part of this blog series on Python’s syntactic sugar, I said in the post on unary arithmetic operators that it might be the most boring post in this series. I think I was wrong. πŸ˜„ The operators is and is not are very short. The documentation for the op… Read more

Similar