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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #402 · 22 дек.

Отдельно разберём TaskGroup, который пришел на замену gather в Python 3.11. Ключевые отличия ▫️create_task() возвращает объект asyncio.Task, у которого есть соответствюущие методы управления. То есть у нас больше контроля ▫️это контекстный менеджер, который гарантирует что все таски будут остановлены по выходу из контекста ▫️ошибка автоматически отменяет незавершенные задачи, ▫️except* передает нам ExceptionGroup, в котором каждую ошибку можно обработать отдельно import asyncio import random async def do_it() -> str: if random.random() < 0.1: raise ValueError('Oops') delay = random.uniform(0.5, 1.5) await asyncio.sleep(delay) return delay async def main(): try: async with asyncio.TaskGroup() as tg: for _ in range(10): tasks.append(tg.create_task(do_it())) for t in tasks: print(t.result()) except *ValueError as e: for err in e.exceptions: print(err) asyncio.run(main()) Рекомендую изучить страницу Coroutines and Tasks из документации, где представлено больше интересных примеров и механизмов - таймауты - отмена задач - создание задач из другого потока #async

Hashtags

Резултати

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

Пребарај: #terminal

当前筛选 #terminal清除筛选
Libreware

@libreware · Post #1413 · 14.02.2025 г., 17:47

kitty The fast, feature-rich, GPU based #terminal emulator Uses GPU and SIMD vector CPU instructions for best in class Uses threaded rendering for absolutely minimal latency Performance tradeoffs can be tuned Capable Scriptable Composable Cross-platform Innovative To get started see Quickstart. https://sw.kovidgoyal.net/kitty/ With software, such as "Kitty", it is possible to read documents, images and other graphical formats with these software: https://github.com/dsanson/termpdf.py http://www.kraxel.org/blog/linux/fbida/ https://github.com/itsjunetime/tdf It means, that we no longer need GTK+ (which dropped support for X11), Qt and other graphical toolkits in order to have a full operational computer.

Hashtags

sudo recast

@sudo_recast · Post #204 · 23.05.2022 г., 17:51

Warp 從上個月開始面向林檎電腦用戶公測。很快,很現代智慧,雖然搶佔掉了許多原來的 shell 設定。UI 很精緻。 #terminal

Hashtags

The Devs

@thedevs · Post #1734 · 01.05.2020 г., 18:28

qrcp, transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal. #tools#terminal @thedevs https://kutt.it/fycGgm

The Devs

@thedevs · Post #1325 · 08.12.2018 г., 14:49

eDEX-UI, a science fiction terminal emulator designed for large touchscreens that runs on all major OSs. #tools#terminal @thedevs https://kutt.it/IaR1au

ПретходнаСтраница 1 од 5Следна