Brett Cannon

Brett Cannon

Unravelling `for` statements

As part of my series on Python's syntactic sugar [https://snarky.ca/tag/syntactic-sugar/], I am going to cover the for statement [https://docs.python.org/3.8/reference/compound_stmts.

Unravelling assertions

In this post, as part of my series on Python's syntactic sugar [https://snarky.ca/tag/syntactic-sugar/], I'm going to cover assert statements. Now, the actual unravelling of the

Unravelling the import statement

As part of my series on Python's syntactic sugar [https://snarky.ca/tag/syntactic-sugar/], I am going to cover import statements [https://docs.python.org/3.8/reference/simple_stmts.html#

Unravelling boolean operations

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

Unravelling membership testing

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:

© 2013 Brett Cannon