@keyframepro · Post #38 · 10.06.2025 г., 12:45
Kasperskiy - Threat management and defense #3d#cg#commercial#coproduction#it#kasperskiy
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
Пребарај: #kasperskiy
@keyframepro · Post #38 · 10.06.2025 г., 12:45
Kasperskiy - Threat management and defense #3d#cg#commercial#coproduction#it#kasperskiy
@keyframepro · Post #21 · 10.06.2025 г., 11:55
Kasperskiy - Endpoint Security #3d#cg#commercial#coproduction#it#kasperskiy
@keyframepro · Post #19 · 10.06.2025 г., 11:55
Kasperskiy - Threat Intelligence #3d#cg#commercial#coproduction#it#kasperskiy
@keyframepro · Post #18 · 10.06.2025 г., 11:54
Kasperskiy - GREAT #3d#cg#commercial#coproduction#it#kasperskiy
@keyframepro · Post #22 · 10.06.2025 г., 11:57
Kasperskiy - Cloud Security #3d#2d#cg#commercial#coproduction#it#kasperskiy
@keyframepro · Post #23 · 10.06.2025 г., 11:58
Kasperskiy - Internet of things #2d#cg#commercial#coproduction#humor#it#kasperskiy
@keyframepro · Post #20 · 10.06.2025 г., 11:55
Kasperskiy - Fraud Prevention Series #3d#2d#cg#commercial#coproduction#humor#it#kasperskiy
@keyframepro · Post #35 · 10.06.2025 г., 12:26
👓 Привет! Hello! Меня зовут Максим Слюсарев. My name is Maxim Sliussarev. 😠Я режиссёр, продюсер и сценарист. А это мой креативный бутик Keyframe Production. Представленные ролики все придуманы мною и реализованы либо мной лично, либо в сотрудничестве с другими студиями. На всех из них я выступал сценаристом и режиссёром, а на многих продюсером, монтажером и даже художником графики. За годы работы я стал обладателем множества призов, как за музыкальные клипы, так и за рекламу и кино, а в 25 году и за ии-кино. 🐈⬛ I’m a director, producer, and screenwriter. This is my creative boutique — Keyframe Production. All the featured videos were conceived by me and brought to life either personally or in collaboration with other studios. I worked as the screenwriter and director on all of them, and on many — also as producer, editor, and even graphic artist. Over the years, I have won many prizes, both for music videos, as well as for advertising and cinema, and in 2025 for AI-films. 😂Пишите в телегу @maximixam или [email protected] 😱Contact me via telegram @maximixam or [email protected] По хештегам вы можете найти работы во всех сферах видеопроизводства от съемки до ии: You can find projects from all areas of video production by following the hashtags: #ai#bank#cars#cg#commercial#documentary#deepfake#drama#exhibition#fashion#film#humor#interactive#it#kasperskiy#kids#mecha#microsoft#musicvideo#social#shortfilm#show#sounddesing#showreel#space#sport#tvseries#videoproduction#2d#3d