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
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
Have you ever been told that Python couldn't be used for a project because it
wouldn't be fast enough? I have, and I find it a bit frustrating as
For the next post in my syntactic sugar series
[https://snarky.ca/tag/syntactic-sugar/], I thought I would tackle decorators
[https://docs.python.org/3.8/reference/compound_stmts.html#function-definitions]
.
Let'
The title of this next post in my series on Python's syntactic sugar
[https://snarky.ca/tag/syntactic-sugar/] may seem odd: what's a "display" when
it comes