When I first wrote my series on Python's syntactic sugar, I left out lambda expressions as I knew I couldn't unravel them without unravelling assignment expressions. Luckily, I solved
As part of my series on Python's syntactic sugar, I initially skipped tackling assignment expressions because I made them more complicated than I needed to in my head. 😅 But there is
After the initial posting of my summary post about my syntactic sugar series, I received the following reply to one of my tweets:
🤔 wondering… ‘if/else’ (14 on your list) can be implemented
For the second-to-last post in my syntactic sugar series
[https://snarky.ca/tag/syntactic-sugar/] (the final post will be a
summary/conclusion post), I am tackling what I expect is my largest and
...
[https://docs.python.org/3/reference/datamodel.html?highlight=ellipsis#the-standard-type-hierarchy]
is the Ellipsis singleton.
Shortest syntactic sugar blog post [https://snarky.ca/tag/syntactic-sugar/] I
have written. 😁