Hacker News new | ask | show | jobs
by theVirginian 3932 days ago
Great tutorial, I would love to see this rewritten with the new async / await syntax in python 3.5
1 comments

I've created a similar example in order to try out the new Python 3.5 async syntax. While the async function bodies themselves do not change, there is some boilerplate necessary in order to call async functions.

You can check it out right here https://github.com/justuswilhelm/kata/blob/master/python/cor...