filmov
tv
asyncio: what's next | Yury Selivanov @ PyBay2018
![preview_player](https://i.ytimg.com/vi/vem5GHboRNM/maxresdefault.jpg)
Показать описание
Abstract
There are some new advanced features in asyncio 3.7 that are worth mentioning: new buffered protocol, start TLS, sendfile, and many other enhancements. The new buffered protocol is especially interesting as it allows to implement protocols with better performance than if was possible before, with less code.
With PEP 567 we now have a new Context API in Python and asyncio. It allows to implement advanced tracing (zipkin, statsd, etc) and error reporting in your application, monitoring everything from costs of high-level application logic code to the very low-level IO performance.
In Python 3.8 we want to focus on asyncio usability and the robustness of async/await. Particularly, the cancellation logic and timeouts mechanisms need to be redesigned from scratch. Hopefully, closer to August, I'll have a better idea of what we'll be adding to asyncio to make cancellation and timeouts easier to implement and handle correctly.
Speaker Bio
This and other PyBay2018 videos are brought to you by our Gold Sponsor Cisco!
asyncio: what's next | Yury Selivanov @ PyBay2018
Yury Selivanov - Asyncio in Python 3 7 and 3 8
High performance networking in Python (Yury Selivanov)
Yury Selivanov - async/await in Python 3.5 and why it is awesome
Yury Selivanov - High Performance Networking in Python
Asyncio in Python 3 7 and 3 8
EdgeDB, asyncio, uvloop, and more - Talk Python to Me Ep.355
Asyncio in Python 3 7 and 3 8 || A guide to asynchronous programming in Python with asyncio
Asyncio in the Wild
Stefan Behnel - Fast Async Code with Cython and AsyncIO
EdgeDB & Python - Yury Selivanov
PyParis 2018 - What is asyncio and when to use it, an example with WatchGhost
How to use Asyncio or a Simple TUTORIAL on Asyncio || Playing with Asyncio
Async IO in Python || Python For Beginners || Python Tutorial #12
Lynn Root - asyncio in Practice: We Did It Wrong
Niels Denissen | A practical guide to speed up your application with Asyncio
Talk - Jason Fried: If an asyncio Task fails in the woods and nobody is around to see it, does i....
PYTHON : asyncio.ensure_future vs. BaseEventLoop.create_task vs. simple coroutine?
Demystifying Python's Async and Await Keywords
Asyncio for Dummies
Aleksandr Sulimov Repid new job scheduler with Asyncio in mind Pycon 2023
import asyncio: Learn Python's AsyncIO #1 - The Async Ecosystem
Asyncio: understanding async and await in Python
PyCon APAC 2019 - Marte Soliza - Using Asyncio in Python 3
Комментарии