Skip to content

Commit 82d8ffb

Browse files
committed
added dask and numba lesson link to python chapter
1 parent fbb0862 commit 82d8ffb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

episodes/performance-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ How much faster should it be?
329329

330330
Run the dot_product.R code several times to get an average
331331
execution time for a dot product between two vectors of
332-
1 million elements each. Try to run them on an isolated system
332+
10 million elements each. Try to run them on an isolated system
333333
if possible, or through a batch queue that at least ensures the
334334
code is being run on an isolated processing core.
335335
Then run the dot_product_sparse.R code in the same manner for

episodes/python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ If you do this please contribute your code and timings.
406406
* [Scikit]()
407407
* [Dask](https://dask.org)
408408
* [Numba](https://numba.pydata.org)
409+
* [Software Carpentry Incubator lesson with Dask and Numba](https://carpentries-incubator.github.io/lesson-parallel-python/)
409410
* [Parsl python package](https://github.com/Parsl/parsl)
410411
411412

0 commit comments

Comments
 (0)