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 @@ -23,6 +23,10 @@ zu kümmern.
2323 <http://www.literateprogramming.com/> `_, in Computer Programming as an
2424 Art (1974)
2525
26+ .. seealso ::
27+ * `Speed up your data science and scientific computing code
28+ <https://pythonspeed.com/datascience/> `_
29+
2630k-Means-Beispiel
2731----------------
2832
@@ -301,6 +305,11 @@ wissenschaftlichen Python- und NumPy-Code in schnellen Maschinencode
301305Numba benötigt allerdings `LLVM <https://de.wikipedia.org/wiki/LLVM >`_ und
302306einige Python-Konstrukte werden nicht unterstützt.
303307
308+ .. seealso ::
309+ * `Speeding up NumPy with parallelism
310+ <https://pythonspeed.com/articles/numpy-parallelism/> by Itamar
311+ Turner-Trauring `_
312+
304313Aufgabenplaner
305314--------------
306315
You can’t perform that action at this time.
0 commit comments