@animal_fighting · Post #262 · 22.09.2022 г., 10:05
Man VS Sheep A dangerous game😀 #sheep
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
Пребарај: #sheep
@animal_fighting · Post #262 · 22.09.2022 г., 10:05
Man VS Sheep A dangerous game😀 #sheep
Hashtags
@animal_fighting · Post #238 · 09.09.2022 г., 11:03
Aggressive sheep is in the town #sheep🐑
Hashtags
@animal_fighting · Post #130 · 04.07.2022 г., 12:46
Sheep VS Man Just tried to protect a cub #sheep
Hashtags
@SukoFaultyArtLair · Post #4567 · 15.12.2019 г., 01:58
https://twitter.com/NarukaLewd #male#sheep
@StickersChannel · Post #1086 · 04.04.2016 г., 11:45
❎ Baach ↘️https://telegram.me/addstickers/Baach #Sheep#Animals
@animal_fighting · Post #172 · 23.07.2022 г., 11:03
Sheep VS Camel An insolent was punished #sheep🐑#camel🐪
@animal_fighting · Post #98 · 14.06.2022 г., 10:04
Horse VS Sheep It's better not to deal with a crazy sheep 😁 #horse#sheep
@animal_fighting · Post #126 · 01.07.2022 г., 11:03
Sheep VS Zebu An attack failed😀 #sheep#zebu
@TgSticker · Post #42951 · 23.04.2026 г., 16:16
⭐Бе-бе-безумие #овца#sheep#max t.me/addstickers/sheepmax 😊создать свои стикеры
@xinwenchigua8 · Post #66778 · 11.05.2026 г., 14:39
四百块钱,真不贵。。。 8日,新疆伊犁,拉那提景区。。游客带的阿拉斯加犬把小羊咬了,主人赔了四百块钱把羊买下来了。。。 现在好了,不光要养狗,还得养只羊了 #阿拉斯加犬#羊 Four hundred yuan, not expensive at all... On the 8th, in Lanati Scenic Area, Yili, Xinjiang... A tourist's Alaskan Malamute bit a lamb, and the owner paid four hundred yuan to buy it back... Now, not only do you have to keep a dog, you also have to keep a sheep. #AlaskanMala#Sheep
Hashtags
@googlefactss · Post #40711 · 27.02.2026 г., 15:02
Sheep can recognize and remember faces. They can remember 50 sheep faces over two years and at least 10 human faces. They look at outside features first, then focus on eyes, nose, and mouth when familiar. If a sheep stares, it might be memorizing your face! 🐑🧠 @googlefactss #Sheep#SmartAnimals#Faces#Memory#Animals
@googlefactss · Post #40739 · 05.03.2026 г., 15:01
Sheep can feel emotions like fear, anger, boredom, and happiness. They evaluate their surroundings using checks like suddenness, familiarity, predictability, and control, similar to humans. Sudden events can cause fear, while predictable environments may lead to boredom. 🐑⚽️ @googlefactss #AnimalWelfare#Sheep#Emotions#AnimalCare#Nature