Brett Cannon

Brett Cannon

Unravelling `not` in Python

For this next blog post in my series of Python's syntactic sugar [https://snarky.ca/tag/syntactic-sugar/], I'm tackling what would seem to be a very simple bit of

Unravelling `is` and `is not`

As part of this blog series on Python's syntactic sugar [https://snarky.ca/tag/syntactic-sugar/], I said in the post on unary arithmetic operators [https://snarky.ca/unravelling-unary-arithmetic-operators/] that it might

Unravelling rich comparison operators

For the next part of my blog series on pulling apart Python's syntactic sugar [https://snarky.ca/tag/syntactic-sugar/], I'm going to be tackling rich comparison operators: ==, !=, >, <

Unravelling unary arithmetic operators

In this entire blog series on Python's syntactic sugar [https://snarky.ca/tag/syntactic-sugar/], this might end up being the most boring post. 😄 We will cover the unary arithmetic operators: -,

© 2013 Brett Cannon