More Related Content

More from Pôle Systematic Paris-Region(20)

Osis18_Cloud : Pas de commun sans communauté ?Osis18_Cloud : Pas de commun sans communauté ?
Osis18_Cloud : Pas de commun sans communauté ?
Pôle Systematic Paris-Region659 views
Osis18_Cloud : Projet Wolphin Osis18_Cloud : Projet Wolphin
Osis18_Cloud : Projet Wolphin
Pôle Systematic Paris-Region231 views
Osis18_Cloud : Virtualisation efficace d’architectures NUMAOsis18_Cloud : Virtualisation efficace d’architectures NUMA
Osis18_Cloud : Virtualisation efficace d’architectures NUMA
Pôle Systematic Paris-Region202 views
Osis18_Cloud : Software-heritageOsis18_Cloud : Software-heritage
Osis18_Cloud : Software-heritage
Pôle Systematic Paris-Region133 views
PyParis 2017 / Un mooc python, by thierry parmentelatPyParis 2017 / Un mooc python, by thierry parmentelat
PyParis 2017 / Un mooc python, by thierry parmentelat
Pôle Systematic Paris-Region2.5K views
PyParis 2017 / Unicode and bytes demystified, by Boris FeldPyParis 2017 / Unicode and bytes demystified, by Boris Feld
PyParis 2017 / Unicode and bytes demystified, by Boris Feld
Pôle Systematic Paris-Region567 views
PyParis2017 / Performant python, by Burkhard KlossPyParis2017 / Performant python, by Burkhard Kloss
PyParis2017 / Performant python, by Burkhard Kloss
Pôle Systematic Paris-Region341 views

Build a REST/JSON API and WebSockets - Ludovic GASC

  • 1. Build a REST/JSON API and WebSockets with AsyncIO and aiohttp.web
  • 3. “Architecture” of this participative workshop 1. Evaluate the level of attendees 2. Groups composition 3. Define objectives 4. Start !
  • 4. What is your AsyncIO level ? 1. I never use Python 2. I use Python for scripting only 3. I already use Flask or Django 4. I use asynchronous pattern outside AsyncIO 5. My relationship with AsyncIO is complicated 6. I’m here only to troll about AsyncIO
  • 5. Examples ● Level 1: https://www.google.fr/search?q=python+3+tutorial ● Level 2 and 3: http://asyncio.readthedocs.io/en/latest/ ● Level 4 and 5: ○ Realtime Chat ○ Concurrent Web scraper ○ Realtime Todo-list ○ Alarm clock ● Level 6: Wait that I finish to launch the workshop first ;)