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 слични објави

Пребарај: #attraction

当前筛选 #attraction清除筛选
Voir de ses propres yeux

@voir_yeux · Post #11650 · 07.02.2026 г., 20:49

🇮🇳 Au moins une personne est morte et treize autres ont été blessées dans l'effondrement d'une attraction foraine à Faridabad, dans l'État d'Haryana, dans le nord de l'Inde. C'est ce qu'a rapporté l'agence ANI, citant le commissaire de district de Faridabad. Selon le commissaire, vers 18h15 (UTC+6), une attraction s'est effondrée lors de la foire Surajkund, tuant un inspecteur de police qui tentait de sauver d'autres personnes. Treize autres personnes ont été blessées et hospitalisées, a indiqué l'agence. #inde#attraction#effondrement#victimes

Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40282 · 09.12.2025 г., 07:04

Why are some voices so attractive? 🎤 It is about what they signal. Women often find deep male voices appealing because they suggest a larger body size. But a touch of breathiness is key, it softens the voice, making it seem less aggressive and more attractive. Meanwhile, men tend to prefer higher-pitched female voices, which can signal a smaller frame. It’s all subconscious — our ears are sizing people up.👂💘 [Read more] @googlefactss#Voice#Attraction#Psychology#Dating#Science

Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40153 · 21.11.2025 г., 18:50

🎙️Science Fact: Women's voices sound more attractive when recorded during their most fertile time of the month. 🎶 Studies show listeners rate these voices higher and even experience a slight testosterone boost. [Read more] @googlefactss #VoiceScience#Fertility#Attraction#FunFact#Biology