[Pycon] [new paper] "Stefan Behnel" - Tornado web services on asnycio
info a pycon.it
info a pycon.it
Ven 18 Gen 2019 10:54:18 CET
Title: Tornado web services on asnycio
Duration: 45 (includes Q&A)
Q&A Session: 0
Language: en
Type: Talk
Abstract: Async programming has been an important part of the Python web and server world for two decades.
Compared to multi-threaded approaches, async frameworks can provide a much better scalability and a safer programming paradigm.
With the introduction of [asyncio][1] in the standard library, and especially [PEP-492][2] and its new async/await syntax in Python 3.5, the whole area has therefore seen a major hype, with several tools and frameworks emerging around the asyncio ecosystem.
In this talk, we will show what makes async programming so interesting, and how the fast [Tornado][3] web framework can be used to implement web services and web sites on top of the asyncio framework.
I will be giving this talk together with Diego Arroyo. We also submitted a tutorial on the same topic, please choose which format you prefer (or both).
[1]: https://docs.python.org/3/library/asyncio.html
[2]: https://www.python.org/dev/peps/pep-0492/
[3]: http://www.tornadoweb.org/
Tags: [u'websockets', u'web', u'asyncio', u'tornado', u'async', u'webservices']
Maggiori informazioni sulla lista
Pycon