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

Пребарај: #backtothefuture

当前筛选 #backtothefuture清除筛选

🚗DeLorean (DMC) Reward Pool on Bitget 🔥 June 24, 2025, 7:00 PM – June 26, 2025, 7:00 PM (UTC+8) During the event, stake your BGB or DMC tokens and share 66,176,000 DMC in rewards! About the $DMC project by DeLorean: 1️⃣Strategic Partnerships:DeLorean Labs is collaborating with the Sui Foundation and Mysten Labs, leveraging Sui’s high throughput to enable lightning-fast transactions ⚡️ 2️⃣ Brand Power: The iconic Back to the Future car meets Web3 — a nostalgic and compelling mix for fans and blockchain enthusiasts alike. 3️⃣Real-World Utility: Use $DMC to purchase the 🚗DeLorean Alpha 5 EV, limited editions, and exclusive merchandise. Future plans include luxury goods and expanded payment use cases. 4️⃣NFT Ecosystem: $DMC powers the DeLorean Labs marketplace — enabling collecting, reselling, and interactive experiences. 5️⃣Decentralized Governance: Holders of $DMC can vote on features, partnerships, and the future direction of the community. 🔌How to Join ➡️ Visit the staking page ➡️ Choose the $BGB or $DMC pool ➡️ Start staking and earn rewards 💵 Hop into the pool — and ride the crypto car of the future! #BackToTheFuture#web3#DMC

Видеотека 📼

@videotekashow · Post #13637 · 09.06.2025 г., 16:39

📷🎬🎸 Майкл Джей Фокс репетирует знаменитую сцену на съемках фильма «Назад в будущее». Сегодня нашему любимому актеру исполнилось 64 года. #ВИДЕОТЕКА #MichaelJFox #BackToTheFuture #BehindTheScenes

Видеотека 📼

@videotekashow · Post #13816 · 03.07.2025 г., 19:01

🎬📷 На съемочной площадке фильма Роберта Земекиса «Назад в будущее». В этот день ровно 40 лет назад одна из самых любимых наших кинокартин вышла на экраны. #ВИДЕОТЕКА #BackToTheFuture #RobertZemeckis #MichaelJFox #НазадВБудущее #BehindTheScenes