Тёмный

James Powell - Are generator-coroutines really the answer? | PyData London 2024 

PyData
Подписаться 160 тыс.
Просмотров 1,4 тыс.
50% 1

www.pydata.org
As we all know (or, at least, as I've been trying to tell everyone,) generators in Python are an extremely powerful API design technique. A generator represents the linear decomposition of a single computation into multiple parts, and such decomposition proves very useful in practice. For example, we can model an infinite computation and only execute the portions we desire. Very similarly, we can simplify APIs that specify when a computation terminates, by modeling these computations as infinite sequences of steps, and allowing the end-user to directly control which steps are peformed. We can even interleave the parts of multiple, distinct computations (though in Python ≥3.6, this is better done with the custom async and await syntax and associated protocols.)
A generator-coroutine offers us an alternative formulation for a state machine, but one which represents state and transitions implicitly in the form of (linearised) source text-in order words, a state machine that we can read and understand like any other regular code (and where we have arbitrary control over data-flow.)
But, in practice, the principles which support the use of generators (e.g., as iteration helpers,) often contrast with the code we get when we model with generator-coroutines, and a number of practical issues arise. While these issues may be surmountable (with enough effort and enough contortion,) the question remains: are generator-coroutines really the answer?
PyData is an educational program of NumFOCUS, a 501(c)3 non-profit organization in the United States. PyData provides a forum for the international community of users and developers of data analysis tools to share ideas and learn from each other. The global PyData network promotes discussion of best practices, new approaches, and emerging technologies for data management, processing, analytics, and visualization. PyData communities approach data science using many languages, including (but not limited to) Python, Julia, and R.
PyData conferences aim to be accessible and community-driven, with novice to advanced level presentations. PyData tutorials and talks bring attendees the latest project features along with cutting-edge use cases.
00:00 Welcome!
00:10 Help us add time stamps or captions to this video! See the description for details.
Want to help add timestamps to our RU-vid videos to help with discoverability? Find out more here: github.com/numfocus/RU-vidVi...

Наука

Опубликовано:

 

29 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 2   
@TechTalksWeekly
@TechTalksWeekly 13 часов назад
This talk has been featured in the last issue of Tech Talks Weekly newsletter 🎉 Congrats James!
@nicpetit318
@nicpetit318 4 дня назад
12:14 😬
Далее
The Essence of Coroutines
8:10
Просмотров 5 тыс.
I Built a SECRET McDonald’s In My Room!
36:00
Просмотров 15 млн
The 3 Laws of Writing Readable Code
5:28
Просмотров 304 тыс.
How I'd Learn to be a Data Analyst in 2024
13:17
Просмотров 240 тыс.
I Parsed 1 Billion Rows Of Text (It Sucked)
39:23
Просмотров 66 тыс.
The Problem with Wind Energy
16:47
Просмотров 425 тыс.
Has Generative AI Already Peaked? - Computerphile
12:48
98% Cloud Cost Saved By Writing Our Own Database
21:45
Просмотров 312 тыс.
how Google writes gorgeous C++
7:40
Просмотров 798 тыс.