asyncio is relative new library for asynchronous network programming.
On training session newcomers will learn how to:
develop asyncio-based WEB applications with help of aiohttp library and siblings
write tests for asynchronous code
make tiny but revealing asyncio library which shows all design concepts required for making good product for asyncio code
A lot of tips and tricks will be explained. Development for asyncio is really easy (much easier than Tornado and Twisted coding) but requires to change you mind a bit.
Comments
What will be the tutorial application to code? Can I come with some code?
— Amirouche BOUBEKKI,
Slides and timings would have been nice...
— Roberto Polli,
Voting on the author's bio ;D
— Roberto Polli,
Tutorial code will be about making asyncio web server and fetching data from other sites.
— Andrew Svetlov,
The presenter could improve his communications capabilities, and maybe next time prepare some material so that people can easily execute his examples.