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

A reverse chronology of some Python features

I occasionally hear people lament that Python is "bloated", "too big", "going enterprise", or some other phrasing to suggest there was once an "ideal" version of Python that had less bloat and was

© 2013 Brett Cannon