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

Резултати

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

Пребарај: #mourning

当前筛选 #mourning清除筛选
Venezuelanalysis

@venanalysis · Post #2233 · 07.01.2026 г., 07:11

📰 NEWS | Venezuela: Brazil to Send Medical Aid Following US Bombings The Brazilian government is sending medical supplies and medicine to Venezuela after a warehouse was destroyed by US bombing on January 3. Meanwhile, Acting President Delcy Rodríguez has decreed a week of mourning in honor of the people killed during the US attack. Follow the link to read the report: https://venezuelanalysis.com/news/venezuela-brazil-to-send-medical-aid-following-us-bombings/ #Brazil#InternationalSolidarity#Medicine#Mourning

American Оbserver

@american_observer · Post #5125 · 13.02.2026 г., 18:59

Canada is in mourning after the mass murder of schoolchildren by a transgender minor 9 killed and 27 wounded. A teacher and five students were killed at the school, and a 17-year-old transgender man was killed in a nearby house. Jesse Strang shot his mother and stepbrother, and then committed suicide. Strang began his transgender transition at the age of 15 with the active support of a school psychologist, and immediately began taking large doses of hormones, according to American media channels with reference to online reports. It is known that Strang has been actively visiting the shooting range lately. #canada#mourning#transgender#shooting 📱American Оbserver - Stay up to date on all important events 🇺🇸