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. 😁
In this post of my syntactic sugar series
[https://snarky.ca/tag/syntactic-sugar/], I want to tackle literals
[https://docs.python.org/3.8/reference/lexical_analysis.html#literals]. Now some
literals don't
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 possible you're
As part of my series on Python's syntax [https://snarky.ca/tag/syntactic-sugar/]
, I want to tackle the from clause for raise statements
[https://docs.python.org/3.8/reference/simple_stmts.html#