Brett Cannon

Brett Cannon

Unravelling subscriptions in Python

For the next post in my syntactic sugar series [https://snarky.ca/tag/syntactic-sugar/] I want to cover subscriptions [https://docs.python.org/3.8/reference/expressions.html#subscriptions]. It's quite

Unravelling `break` and `continue`

I have previously unravelled for loops [https://snarky.ca/unravelling-for-statements/], and so the concept of looping has already come up in this blog post series of removing the syntactic sugar from Python. But

© 2013 Brett Cannon