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

Резултати

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

Пребарај: #extremophiles

当前筛选 #extremophiles清除筛选
Interesting Planet 🌍

@interesting_planet_facts · Post #468 · 30.07.2025 г., 16:22

🌎 Far beneath the Pacific Ocean, "deep-sea brine pools" exist—pockets of super-salty water heavier than seawater itself. These underwater lakes create eerily defined shorelines and host bizarre microbes that thrive in conditions lethal to most ocean life. ✨ #oceanography⚡#extremophiles⚡#deepsea 👉subscribe Interesting Planet

Interesting Planet 🌍

@interesting_planet_facts · Post #868 · 06.10.2025 г., 18:11

🌎 The Movile Cave in Romania has been sealed off from the surface for over 5 million years. Its underground ecosystem relies on chemosynthetic bacteria that use hydrogen sulfide to create food, supporting unique animals like blind spiders, worms, and snails. High carbon dioxide levels and toxic gases make human exploration difficult. ✨ #caves⚡#undergroundlife⚡#extremophiles 👉subscribe Interesting Planet 👉more Channels ​

Interesting Planet 🌍

@interesting_planet_facts · Post #462 · 29.07.2025 г., 22:22

🌎 The Pompeii worm thrives on underwater volcanoes, enduring temperatures near 80°C. Its furry back hosts heat-loving bacteria, forming a living protective shield in extreme ocean heat. ✨ #oceanlife⚡#extremophiles⚡#discovery 👉subscribe Interesting Planet