@Gatos_Cats · Post #4916 · 03.02.2026 г., 16:52
#Fondos
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
Пребарај: #fondos
@Gatos_Cats · Post #4916 · 03.02.2026 г., 16:52
#Fondos
Hashtags
@Gatos_Cats · Post #4630 · 11.10.2025 г., 17:31
#Fondos Recomiendo el primero para pantalla de bloqueo y el segundo para la de inicio
Hashtags
@Gatos_Cats · Post #4465 · 27.07.2025 г., 16:10
#Fondos
Hashtags
@botsgram_cu · Post #4134 · 21.07.2021 г., 16:08
¿Que puede hacer este bot? @DuvarKagidiBot Con este bot puede obtener fondos de pantalla de varias fuentes, como Microsoft y Unsplash. Idiomas: turco (Visto en @botsgram_cu) #fondos
Hashtags
@Gatos_Cats · Post #3926 · 19.11.2024 г., 16:26
#Fondos
Hashtags
@beck_blog · Post #2816 · 06.10.2021 г., 19:34
· · • • • •🍂• · · · FONDOS · · · • 🍂• • • • · · Hola personitas bellas hoy les traigo unos fondos que pueden usar este otoño. Espero que os gusten y los pongan cuanto antes 🙈. #fondos · · • • • • • · · · · • • • 🍁 • • • · · · · • • • • • · ·
Hashtags
@beck_blog · Post #2458 · 22.07.2021 г., 20:26
· · • • • •☀️• · · · FONDOS · · · • ☀️• • • • · · Hola personitas bellas hoy les traigo unas fotos hermosas que seguro amarán utilizar como fondos de pantalla este verano. #fondos · · • • • • • · · · · • • • 🏖 • • • · · · · • • • • • · ·
Hashtags
@beck_blog · Post #1113 · 23.01.2021 г., 15:30
· · • • • •❄️• · · · FONDOS · · · • ❄️• • • • · · Hola personitas bellas hoy les traigo unos fondos deliciosamente bellos espero que les gusten 😊 #fondos · · • • • • • · · · · • • • ☃️ • • • · · · · • • • • • · ·
Hashtags
@botsgram_cu · Post #4428 · 11.10.2021 г., 03:35
¿Que puede hacer este bot? @ShareWallpaperBot Obtenga fondos de pantalla de alta calidad en su grupo. Idiomas: Italiano Inglés Español Alemán (Visto en @botsgram_cu) #fondos#grupos
@Gatos_Cats · Post #5035 · 31.03.2026 г., 19:17
#Dibujos #Fondos
@Gatos_Cats · Post #4941 · 13.02.2026 г., 16:13
#Dibujos#Fondos
@Gatos_Cats · Post #4919 · 04.02.2026 г., 16:09
#Dibujos#Fondos