TGTGInsightаналитика telegramLIVE / telegram public index
← Фотогалерея Валерия Плотникова

TGINSIGHT SIMILAR POSTS

Найти похожее

Источник @vfplotnikov · Post #2321 · 15 мар.

Театральный художник, сценограф БОРИС МЕССЕРЕР родился 15 марта 1933 года в Москве. С женой Беллой Ахмадулиной в мастерской. Снято 1981/06/04. Много фото, читать: https://zen.yandex.ru/media/id/5e0e2740028d6800ad2e198e/glazami-fotografa-plotnikova-boris-messerer-esli-b-napilsia-to-ee-mog-ktonibud-uvesti-6033e4abbd729c71d1058359 #Мессерер#Ахмадулина#15марта#Плотников

Результаты

Найдено 1 похожих постов

Поиск: #pygotham

当前筛选 #pygotham清除筛选
djangoproject

@djangoproject · Post #132 · 01.09.2016, 14:47

https://bit.ly/coroutines At Open Source Bridge and #PyGotham in 2015, and at SCALE14x, I demonstrated that you can code a Python 3 #async framework in under an hour. I start the demo by writing a callback-based async framework, built on non-blocking sockets and a simple event loop. Then I adapt the framework to use generator-based #coroutines, which are cleaner than callbacks but still more efficient than threads for async I/O.