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

Резултати

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

Пребарај: #russianstudies

当前筛选 #russianstudies清除筛选
Russian Embassy in Albania

@rusembalb · Post #6592 · 14.02.2025 г., 12:44

Applications Open for the First Wave of Fellowships in 2025 🔥 InteRussia is a fellowship program for foreign specialists, spearheaded by ANO "Mezhdunarodniki" in cooperation with the Gorchakov Fund and key Russian institutions. Since its inception, the initiative has united nearly 300 fellows from over 70 countries, fostering global collaboration, professional exchange, and cultural dialogue in Russia. 📝We are now accepting applications for the 9 wave of fellowships in 2025! More programs will be announced later this year. Which fellowships are open for applications? ✅International Journalism (OIC countries) ✅International Journalism (Arab countries) ✅Oriental Studies (CIS and MENA countries) ✅Russian Studies (all over the world) ✅Theatre Arts (all over the world) ✅Energy (Latin America) ✅STEM (all over the world) ✅Medicine (all over the world) The programs are conducted with the support of the Presidential Grants Foundation,Rossotrudnichestvo,andthe Ministry of Education of Russia. If you are a young professional eager to develop your expertise, build international connections, and engage with Russia’s professional community, this is your chance! #InteRussia#journalism#internationalrelations#orientalstudies#russianstudies#theatre#energy#engineering#medicine 1️⃣1️⃣1️⃣

Rosmolodezh.+World

@rosmolodezh_world · Post #2573 · 30.01.2025 г., 11:21

[рус] Открыт приём заявок на первую волну стажировок в 2025 году🔥 InterRussia — это программа стажировок для иностранных специалистов, инициированная АНО "Международники" совместно с Фондом Горчакова и ключевыми российскими институтами. За время своего существования программа объединила около 300 стипендиатов из более чем 70 стран, способствуя глобальному сотрудничеству, профессиональному обмену и культурному диалогу в России. 📝 Мы принимаем заявки на 9-ю волну стажировок в 2025 году! Информация о других программах будет опубликована позже. На какие стажировки открыт набор? ✅Международные отношения (для всех стран) ✅Международная журналистика (для стран ОИС) ✅Международная журналистика (для стран Ближнего Востока и Северной Африки) ✅Востоковедение (для стран СНГ, Ближнего Востока и Северной Африки) ✅Русистика (для всех стран) ✅Театральное искусство (для всех стран) ✅Энергетика (для стран Латинской Америки) ✅Инженерия (для всех стран) ✅Медицина (для всех стран) Программы проводятся при поддержке Фонда президентских грантов, Россотрудничества и Министерства науки и высшего образования Российской Федерации. Если ты молодой специалист, желающий углубить свои знания, наладить международные связи и взаимодействовать с профессиональным сообществом России, то это твой шанс! #InteRussia#journalism#internationalrelations#orientalstudies#russianstudies#theatre#energy#engineering#medicine 1️⃣1️⃣1️⃣

Rosmolodezh.+World

@rosmolodezh_world · Post #2572 · 30.01.2025 г., 11:21

Applications Open for the First Wave of Fellowships in 2025🔥 InteRussia is a fellowship program for foreign specialists, spearheaded by ANO "Mezhdunarodniki" in cooperation with the Gorchakov Fund and key Russian institutions. Since its inception, the initiative has united nearly 300 fellows from over 70 countries, fostering global collaboration, professional exchange, and cultural dialogue in Russia. 📝We are now accepting applications for the 9 wave of fellowships in 2025! More programs will be announced later this year. Which fellowships are open for applications? ✅International Relations (all over the world) ✅International Journalism (OIC countries) ✅International Journalism (Arab countries) ✅Oriental Studies (CIS and MENA countries) ✅Russian Studies (all over the world) ✅Theatre Arts (all over the world) ✅Energy (Latin America) ✅STEM (all over the world) ✅Medicine (all over the world) The programs are conducted with the support of the Presidential Grants Foundation, Rossotrudnichestvo, andthe Ministry of Education of Russia. If you are a young professional eager to develop your expertise, build international connections, and engage with Russia’s professional community, this is your chance! #InteRussia#journalism#internationalrelations#orientalstudies#russianstudies#theatre#energy#engineering#medicine 1️⃣1️⃣1️⃣