Python for .NET Developers Transcripts
Chapter: async and await in Python
Lecture: Prerequisite C# knowledge
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In this chapter I'm going to assume that you know C#'s async and await keywords that you know the underlying task scheduler
0:08
that you understand how all these things work together and even how async and await in C# run on a single thread for the standard scheduler there.
0:18
If you don't know that take a moment, go over and watch this video I did. It's a little bit old from 2012 but nonetheless it's still perfectly relevant
0:26
for C# async and await keywords there. This will give you the background that you need so then you'll be able to appreciate
0:33
what Python is doing over on this side.