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

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

Резултати

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

Пребарај: #taxtech

当前筛选 #taxtech清除筛选
IRAS

@irassg · Post #1005 · 14.05.2024 г., 06:56

#LifeatIRAS goes beyond just ticking off tasks; it's a vibrant journey filled with continuous learning and collaborative opportunities! 🌟 Techies, this one's for you! 👨‍💻 Tune in to the full video where Steven and Chanel spill the tea on the pivotal role of techies in the tax industry: https://youtu.be/OWWZ1Z6xUlc #WhyIDoWhatIDo#IRASGameOn#irassg#taxtech#techroles#careerideas

IRAS

@irassg · Post #1004 · 13.05.2024 г., 06:35

The weather has been so hot 🥵🔥 Who else wants to work in a cold room too? 🙋 Learn more about what Shaun and Sakthi do and why they choose #lifeatIRAS: https://www.youtube.com/watch?v=KGDBnQv31WA Find your role with us at go.gov.sg/lifeatiras💡⭐️ #WhyIDoWhatIDo#IRASGameOn#irassg#taxtech#beattheheat#careerideas

IRAS

@irassg · Post #1003 · 10.05.2024 г., 04:31

Quote Georgina, “Our work is NOT boring!” 😂 Watch the full video as Sanudha and Georgina dish more about their #lifeatIRAS experiences! Find your role with us at go.gov.sg/lifeatiras💡⭐️ #WhyIDoWhatIDo#IRASGameOn#irassg#interestingjobs#taxtech#careerideas

IRAS

@irassg · Post #1001 · 08.05.2024 г., 07:40

Ever wonder what's behind the scenes of tax investigation? 🕵️‍♂️ Our investigator, Jeremy, reveals his most intriguing tool – a door ram! 🚪 Watch the full video as Jeremy and Juliana explain the difference between a tax investigator and a tax auditor. Find your role with us at go.gov.sg/lifeatiras💡⭐️ #WhyIDoWhatIDo#IRASGameOn#irassg#taxtech#investigation#audit#careerideas#lifeatIRAS