TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Curious Course on Coroutines and Concurrency (2009) [pdf]

34 pointsby avyfainover 9 years ago

2 comments

pixelmonkeyover 9 years ago
An oldie but goodie. Beazley did a follow-up to this at PyCon 2014, a 3-hour tutorial on generators. Very much worth a watch! It&#x27;s called &quot;Generators: The Final Frontier&quot;.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5-qadlG7tWo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5-qadlG7tWo</a>
评论 #10727875 未加载
ameliusover 9 years ago
Nice course, but only if your platform supports the underlying concepts.<p>For instance, does Python still have the Global Interpreter Lock (GIL) issue? It is the reason Python was (at least once) unsuited for concurrent programming.<p>It was still better than NodeJS which has no intra-process threading; and generators (coroutines) are also not fully supported (no yielding allowed within functions called from a generator).
评论 #10728860 未加载