changing enumeration
This commit is contained in:
parent
b577a64431
commit
8c7ed4a1a9
12
README.md
12
README.md
|
@ -6,12 +6,12 @@ A really cool example of using `asyncio` with the dakos program is in `extras/`.
|
||||||
|
|
||||||
## Lecture outline
|
## Lecture outline
|
||||||
|
|
||||||
* Part 1: Processes, threads and THE GIL
|
1. Processes, threads and THE GIL
|
||||||
* Part 2: Hands-on investigations of embarrassingly parallel problems
|
2. Hands-on investigations of embarrassingly parallel problems
|
||||||
A. Multithreading with NumPy
|
A. Multithreading with NumPy
|
||||||
B. The multiprocessing package
|
B. The multiprocessing package
|
||||||
C. Blending processes and threads
|
C. Blending processes and threads
|
||||||
* Part 3: Going further and wrap-up
|
3. Going further
|
||||||
|
|
||||||
|
|
||||||
## Online resources
|
## Online resources
|
||||||
|
|
Loading…
Reference in a new issue