Skip to content

Commit

Permalink
FIxes #309
Browse files Browse the repository at this point in the history
  • Loading branch information
eglerean authored Nov 5, 2024
1 parent b030116 commit 2588bc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/parallel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -498,9 +498,9 @@ See also
* `Thinking about Concurrency, Raymond Hettinger
<https://youtu.be/Bv25Dwe84g0>`__. Good introduction to simple and
safe concurrent code.
* `Introduction to Numba and Cython <https://enccs.github.io/HPDA-Python/performance-boosting/>`__.
* `More detailed exposition of parallel computing in Python <https://enccs.github.io/HPDA-Python/parallel-computing/>`__.
* `Introduction to Dask for scalable analytics <https://enccs.github.io/HPDA-Python/dask/>`__.
* `Introduction to Numba and Cython <https://enccs.github.io/hpda-python/performance-boosting/>`__.
* `More detailed exposition of parallel computing in Python <https://enccs.github.io/hpda-python/parallel-computing/>`__.
* `Introduction to Dask for scalable analytics <https://enccs.github.io/hpda-python/dask/>`__.

.. keypoints::

Expand Down

0 comments on commit 2588bc5

Please sign in to comment.