In the last post [https://snarky.ca/unravelling-elif-else-from-if-statements/]
of my syntactic sugar series [https://snarky.ca/tag/syntactic-sugar/], I showed
how you can get away with not having elif and else clauses on
While I won't be attempting to unravel if statements entirely as part of my
blog
series on Python's syntactic sugar [https://snarky.ca/tag/syntactic-sugar/], I
will be attempting to partially unravel them
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
of Python that had less bloat and was
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 big banks,
YouTube, Instagram,