Skip to content

Commit 8b794b1

Browse files
author
ugurthemaster
committed
Update scientific.rst
Description about Numba has been added.
1 parent 3dd1fb0 commit 8b794b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/scenarios/scientific.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ NumPy is compatible with Python versions 2.4 through to 2.7.2 and 3.1+.
3737

3838
Numba
3939
-----
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.
4045
.. todo:: Write about Numba
4146

4247
SciPy

0 commit comments

Comments
 (0)