@legkoenebo · Post #4147 · 24.07.2025 г., 14:35
Мечта или реальность? Лёгкое небо #aviation#evacuation
Hashtags
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
Пребарај: #evacuation
@legkoenebo · Post #4147 · 24.07.2025 г., 14:35
Мечта или реальность? Лёгкое небо #aviation#evacuation
Hashtags
@googlefactss · Post #40339 · 16.12.2025 г., 11:00
Neon tetra fish form orderly queues when escaping through narrow spaces to avoid bumping into each other. Scientists observed groups of these fish passing calmly through small openings without clogging. This behavior helps them evacuate efficiently, unlike humans and sheep who often push and cause jams in emergencies. The study may help improve traffic flow and robot swarm designs. [Source] @googlefactss #FishBehavior🐟#Science#Evacuation#Nature#Research
@intnewsagency · Post #8942 · 26.03.2026 г., 15:43
Evacuation at GES-2 Cultural Center in Moscow An evacuation is underway at the GES-2 Cultural Center in Moscow. Authorities have not yet disclosed the cause of the incident, and official information remains unavailable. Relevant services are actively ensuring the safety of visitors and staff. The situation is ongoing; stay tuned for updates. #Moscow#Evacuation#GES2#Incident The main news of Russia and the world ishere.
Hashtags
@intnewsagency · Post #9239 · 05.04.2026 г., 14:35
Evacuation Underway in Makhachkala Due to Building Collapse Risk Residents of a multi-story building in Makhachkala are being evacuated amid fears the structure may collapse. Recent bad weather caused flooding across towns and villages in Dagestan, worsening regional infrastructure conditions. Local authorities are acting swiftly to ensure public safety. “Ensuring life support and safety is the republic’s priority,” officials stated. #Dagestan#Makhachkala#Evacuation#BadWeather#Safety The main news of Russia and the world ishere.