As part of my series on Python's syntactic sugar
[https://snarky.ca/tag/syntactic-sugar/], I am going to cover boolean operations
[https://docs.python.org/3/reference/expressions.html#boolean-operations]: a
This post in my series on Python's syntactic sugar
[https://snarky.ca/tag/syntactic-sugar/], I am going to cover membership testing: in
and not in. As the language reference says
[https:
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
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
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: ==, !=, >, <