-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yet another extra credit opportunity #550
Comments
Hi! I found both of these to be informative, but the quality of the article was better in my opinion. I learned the following:
|
|
|
here are three things i learned: 1 - many asyncio tutorials can appear approachable for learning in-depth and real-world examples, but in reality, are very simple (they just end up printing hello world), or only ends up providing guidance for a portion of a useful solution. overall, i found the video and article a bit confusing and difficult to follow, as a lot of the concepts that were referenced had some background knowledge required that i don't have/fully understand |
|
I learned these three things:
|
There's a good presentation by spotify about how they use python async functions to improve their backend performance. (The final wardial assignment is about async functions, and this is a good realworld example of using them in the wild.)
You can find the video at https://www.youtube.com/watch?v=bckD_GK80oY&lc=Ugw9rZpVVSqT9WrCBEJ4AaABAg and a writeup at https://www.roguelynn.com/words/asyncio-we-did-it-wrong/.
If you read the writeup, watch the video, and reply to this issue with 3 things you learned, I'll give you 1 point of extra credit on your async/wardial assignment.
The text was updated successfully, but these errors were encountered: