タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

Pythonとconcurrencyとtoblogに関するrawwellのブックマーク (1)

  • :A Curious Course on Coroutines and Concurrency

    Copyright (C) 2009, All Rights Reserved David Beazley http://www.dabeaz.com Presented at PyCon 2009, March 25, 2009. Related Tutorials Generator Tricks for Systems Programmers. Presented at PyCon 2008 (Chicago). Generators: The Final Frontier. Presented at PyCon 2014 (Montreal). Introduction This tutorial is a practical exploration of using Python coroutines (extended generators) for solving probl

    rawwell
    rawwell 2009/04/11
    "This tutorial is a practical exploration of using Python coroutines (extended generators) for solving problems in data processing, event handling, and concurrent programming. The material starts off with generators and builds to writing a complete multitasking environment that can run thousands of
  • 1