Brett Cannon

Brett Cannon

Unravelling `async for` loops

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

Introducing the Python Launcher for Unix

The problem Let's say you have more than one version of Python installed on your machine. What version does python3 point to? If you said, "the newest version", you

How I rate films

During the prerecording banter on the "Every commit is a gift" episode of the Changelog [https://changelog.com/podcast/444], we talked about films (which is no surprise considering I was

Unravelling `async` and `await`

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

© 2013 Brett Cannon