Python 3 - Episode 52 - Async code

preview_player
Показать описание
In this video series we will cover Python 3. In this video we will look at some basic async code and how it functions, along with event loops and the await keyword.

Python 3 youtube videos by Bryan Cairns

Intro: (0:00)
Imports: (2:06)
Functions: (3:21)
Main function: (10:18)
Outro: (16:28)
Рекомендации по теме
Комментарии
Автор

I follow this channel many years but there is unfortunately my first comment here. I would like to send my impression about your effort and extraordinary performance you deliver to community. Impressive channel and master of piece content. Have a nice day!

markusbuchholz
Автор

Is it possible to save output from the functions to a list? I am trying to optimise a for loop that with each iteration runs a sql query and returns a Data frame.

andrejk
Автор

"...it's an ASYNCHRONOUS function calling a SYNCHRONOUS function..."

Just laying it out verbally to remind myself what this is doing here (or anyone who might have mixed up with 'asynchronous calling asynchronous' like me hearing for the first time)

Great explanation. Thanks Brian

myfolder