Async-Await in Python 3.5 and Why It Is Awesome

Async-Await in Python 3.5 and Why It Is Awesome

EuroPython Conference via YouTube Direct link

OK, it's faster than asyncio...

15 of 17

15 of 17

OK, it's faster than asyncio...

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Async-Await in Python 3.5 and Why It Is Awesome

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 What I do for Python
  3. 3 One obvious way to do it
  4. 4 Coroutines: yield from & refactoring
  5. 5 Coroutines: async/await
  6. 6 Why async/await is the answer
  7. 7 asyncio: what's inside?
  8. 8 asyncio is simple.
  9. 9 loop.create_task
  10. 10 asyncio.gather
  11. 11 loop.run_in_executor
  12. 12 loop.close()
  13. 13 asyncio: debugging
  14. 14 How fast is uvloop?
  15. 15 OK, it's faster than asyncio...
  16. 16 Language Summit 2015
  17. 17 PEP & Implementation

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.