File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ it is usually counterproductive to worry about the efficiency of the code.
2121 <http://www.literateprogramming.com/> `_, in Computer Programming as an
2222 Art (1974)
2323
24+ .. seealso ::
25+ * `Speed up your data science and scientific computing code
26+ <https://pythonspeed.com/datascience/> `_
27+
2428k-Means example
2529---------------
2630
@@ -290,6 +294,11 @@ scientific Python and NumPy code into fast machine code, for example:
290294However, Numba requires `LLVM <https://en.wikipedia.org/wiki/LLVM >`_ and some
291295Python constructs are not supported.
292296
297+ .. seealso ::
298+ * `Speeding up NumPy with parallelism
299+ <https://pythonspeed.com/articles/numpy-parallelism/> by Itamar
300+ Turner-Trauring `_
301+
293302Task planner
294303------------
295304
You can’t perform that action at this time.
0 commit comments