multiprocessing tutorial

This commit is contained in:
rasbt 2014-06-19 17:57:31 -04:00
parent 26812a1dfc
commit 9176aefae0
2 changed files with 578 additions and 92 deletions

View File

@ -36,6 +36,7 @@
- Using Cython with and without IPython magic [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/running_cython.ipynb)]
- Parallel processing via the multiprocessing module [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/multiprocessing_intro.ipynb?create=1)]
<br>

File diff suppressed because one or more lines are too long