Skip to content

Commit 7298caa

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#281 from ugurthemaster/master
Update scientific.rst
2 parents 32897e0 + 736952a commit 7298caa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/scenarios/scientific.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ 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.
45+
4046
.. todo:: Write about Numba
4147

4248
SciPy

0 commit comments

Comments
 (0)