TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #217 · 19 фев.

Еще один пример с ресурсами. Читаем картинку из PYZ архива сразу в QImage и далее используем как иконку в GUI. Без сохранения в промежуточный файл! Запускать так: python3 pkg_img.pyz ▫️Из зависимостей только PySide2. ▫️Помним, что это просто ZIP. То есть исходники можно легко достать из архива. #source

Hashtags

Резултати

Пронајдени 1 слични објави

Пребарај: #curio

当前筛选 #curio清除筛选
djangoproject

@djangoproject · Post #517 · 08.12.2017 г., 05:27

https://vorpus.org/blog/some-thoughts-on-asynchronous-api-design-in-a-post-asyncawait-world/#websocket-servers I've recently been exploring the exciting new world of #asynchronous I/O libraries in Python 3 – specifically asyncio and curio. These two libraries make some different design choices. Example 1: #asyncio, with callbacks Example 2: #curio, with #async/#await Example 3: asyncio, with async/await #websockets