When I decided the next post in my series on Python's syntactic sugar
[https://snarky.ca/tag/syntactic-sugar/] would be on async for, I figured it
would be straightforward. I have
For this post in my Python syntactic sugar
[https://snarky.ca/tag/syntactic-sugar/] series, I am going to cover async and
await.
Now when I started to think about this post I was
As part of my series on Python's syntactic sugar
[https://snarky.ca/tag/syntactic-sugar/], I want to tackle unravelling the with
statement
[https://docs.python.org/3.8/reference/compound_stmts.
This is the next post in my series on Python's syntactic sugar
[https://snarky.ca/tag/syntactic-sugar/]. It's unfortunately been a while since
my last post due to Python
As part of my series on Python's syntactic sugar
[https://snarky.ca/tag/syntactic-sugar/], I am going to cover the for statement
[https://docs.python.org/3.8/reference/compound_stmts.