Overview
Explore advanced asynchronous programming techniques using Tornado and Python 3 in this EuroPython 2015 conference talk. Delve into the game-changing asyncio module introduced in Python 3.4 and its impact on I/O management and event-driven network programming. Learn how Tornado can leverage the asyncio event loop and utilize the subgenerator delegation syntax (yield from) to achieve high concurrency while maintaining code simplicity. Gain insights into coroutines, futures, and ioloop concepts through practical Python 3 code examples for web tasks. Compare Tornado's syntax and performance with popular asynchronous frameworks from other languages through a basic demonstration, enhancing your understanding of efficient asynchronous code development.
Syllabus
Anton Caceres - Better asynchronous code with Tornado and Python 3
Taught by
EuroPython Conference