Beginner Concurrency with asyncio

preview_player
Показать описание

Speaker
Jeremy Schulman is a principal software engineer at Major League Baseball leading network infrastructure automation. His 25+ years of experience spans engineering, sales, and business development roles at various network equipment and software vendors. He has been programming in Python for over 10 years exclusively focused on network automation. Jeremy enjoyed contributing to open-source projects and presenting in community forums.

Рекомендации по теме
Комментарии
Автор

50:40 - It should be noted, that with pycharm debugger you can place breakpoints which stop all threads, not only the one which is runnin at the moment.

Cavema
Автор

Thanks Jeremy. Always learn something new when listening to you. Besides all the async magic, the filter was something new to me as well. Just made my life easier!!

IcarianVX
Автор

Can you share the name of pycharm theme used in this video?

Cavema
Автор

1:04:30 - But we can also see that Error is a subclass of an Exception, shouldn't it be catched by "except Exception"?

Cavema