TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #400 · 8 дек.

Три способа выполнить множество задач с asyncio Функция для примера: async def do_it(n): await asyncio.sleep(random.uniform(0.5, 1)) return n 1. Последовательный вызов async def main(): for i in range(100): result = await do_it(i) Такой вызов имеет смысл только тогда, когда результат одной задачи требуется для вызова следующей. Если они независимы, то это антипаттерн, так как аналогичен простому синхронному вызову по очереди. 2. Упорядоченный результат async def main(): tasks = [do_it(i) for i in range(100)] results = await asyncio.gather(*tasks) Выполняет корутины конкурентно и возвращает результат в виде списка. Полезен когда требуется получить результаты в том же порядке в котором задачи отправлены. 3. Результат по мере готовности tasks = [asyncio.create_task(do_it(i)) for i in range(100)] for cor in asyncio.as_completed(tasks): result = await cor Так же выполняет корутины конкурентно, но не гарантирует порядок. Результат возвращается по мере готовности, каждый отдельно. Полезен когда нужно обработать любой ответ как можно скорее. #async

Hashtags

Резултати

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

Пребарај: #ingles

当前筛选 #ingles清除筛选
Repositorio data science

@repo_science · Post #3175 · 12.05.2023 г., 16:02

#ingles 🇬🇧🇺🇲 Si estas interesado en aprender inglés, puedes acceder a nuestro grupo Repo-Ingles - Aprende a hablar ingles como un nativo. - Escuela de Platzi - Curso de Ingles avanzado para Developers - Ingles desde cero ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----

Hashtags

BotsGram®

@botsgram_cu · Post #2993 · 05.09.2020 г., 17:50

¿Que puede hacer este bot? @GroupGeoLimiter_Bot Restrinja el acceso a su grupo según la ubicación. ¡Prohibir a todos los usuarios de los continentes, países, regiones o incluso ciudades que elija! Idioma: #Ingles #Administración#Grupo ( Visto en: @BotsGram_Cu )

BotsGram®

@botsgram_cu · Post #2992 · 05.09.2020 г., 17:46

¿Que puede hacer este bot? @tiktiktokrobot Sube videos o fotos a TikTok. Intercambia con gustos y disgustos. Aquí somos todos los que queremos comunicarnos, conocernos, ayudar, apoyar, hacer amigos, compartir éxitos y positivos Idioma: #Ingles#Ruso #TikTok#entretenimiento ( Visto en: @BotsGram_Cu )

BotsGram®

@botsgram_cu · Post #2990 · 05.09.2020 г., 17:34

¿Que puede hacer este bot? @AkiTGBot Akinator puede leer tu mente como por arte de magia y decirte en qué personaje estás pensando, con solo hacer algunas preguntas. Piensa en un personaje real o ficticio y Akinator intentará adivinar quién es. Idioma: #Ingles #Entretenimiento#juego#adivinar ( Visto en: @BotsGram_Cu )

BotsGram®

@botsgram_cu · Post #2976 · 20.08.2020 г., 03:14

¿Que puede hacer este bot? @picaibot Este Bot tiene una IA que hará una reconstrucción de una selfie que le envíes convirtiéndola en una obra de arte, como el ejemplo de la foto. Idioma: #Ruso#Ingles #IA#Selfie#Editor#Foto ( Visto en: @BotsGram_Cu )

BotsGram®

@botsgram_cu · Post #3833 · 23.04.2021 г., 18:57

¿Que puede hacer este bot? @VoiceShazamBot Este bot reconoce la música de un mensaje de voz y carga la versión completa de la pista directamente en Telegram, le permite encontrar información sobre ella y también escucharla en Apple Music o YouTube. Idioma: #Ingles #Herramienta#Musica#Voz #Mensaje#Buscar ( Visto en: @BotsGram_Cu )