Async Python Tutorial: Foundations for those with no prior async experience
Video Statistics and Information
Channel: Live Python
Views: 52,916
Rating: 4.4393444 out of 5
Keywords: async python, async python 3, asynchronous python tutorial, async python beginners, async python tutorial, python async, python asyncio, asyncio python, async await python, python async await, python tutorial, python 3 tutorial, python 3, python
Id: 6kNzG0T44SI
Channel Id: undefined
Length: 16min 59sec (1019 seconds)
Published: Mon Sep 23 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
audio is scrambled; around 6:40 the video falls silent (happens multiple times), please check and re-upload
EDIT: OK maybe this is how you intended to make the video. It's a bit confusing, the text on the screen (around 6:40) is going very fast while there is no explanation. Also, while you talk very slowly at the beginning, sometimes you go way too fast (for a noobie like me) in later parts.
Looks like interesting content and I think if you polish the timing of the audio a bit better it will be a great video!
Thank you! This will help me a lot!
Amazing simple and clear
Thank you
Subscribed
I really like how this dude lays down logic
This is timely bro, I had left myself a note last week to figure out new python 3 features and Async
Is the voice computer generated?
Starting with the lower level building blocks of yield/yield from might end up creating confusion and also confuse the use-cases for them.
I'd probably introduce them in terms of solving issues blocking functions and how they introduce the ability to suspend and resume a function and how there is a scheduler (event loop) which will resume them