We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32897e0 + 736952a commit 7298caaCopy full SHA for 7298caa
docs/scenarios/scientific.rst
@@ -37,6 +37,12 @@ NumPy is compatible with Python versions 2.4 through to 2.7.2 and 3.1+.
37
38
Numba
39
-----
40
+Numba is an Numpy aware Python compiler (just-in-time (JIT) specializing
41
+compiler) which compiles annotated Python (and Numpy) code to LLVM (Low Level
42
+Virtual Machine) (through special decorators).
43
+Briefly, Numba using system that compiles Python code with LLVM to code which
44
+can be natively executed at runtime.
45
+
46
.. todo:: Write about Numba
47
48
SciPy
0 commit comments