links to PyMOTW

This commit is contained in:
Mark Pilgrim
2009-07-31 17:33:36 -04:00
parent e6cd736dd2
commit 10a56a41e2
5 changed files with 23 additions and 6 deletions
+2
View File
@@ -28,7 +28,9 @@ body{counter-reset:h1 15}
<ul>
<li><a href=http://docs.python.org/3.1/library/threading.html><code>threading</code> module</a>
<li><a href=http://www.doughellmann.com/PyMOTW/threading/><code>threading</code>&nbsp;&mdash;&nbsp;Manage concurrent threads</a>
<li><a href=http://docs.python.org/3.1/library/multiprocessing.html><code>multiprocessing</code> module</a>
<li><a href=http://www.doughellmann.com/PyMOTW/multiprocessing/><code>multiprocessing</code>&nbsp;&mdash;&nbsp;Manage processes like threads</a>
<li><a href=http://jessenoller.com/2009/02/01/python-threads-and-the-global-interpreter-lock/>Python threads and the Global Interpreter Lock</a>
<li><a href=http://blip.tv/file/2232410>Watch David Beazley&#8217;s &#8220;Inside the Python <abbr>GIL</abbr>&#8221; talk at PyCon 2009</a>
</ul>