Numba

Python RuntimePython N/AAdvanced

JIT compiler for NumPy code: decorate functions to compile to machine code

Quick Info

Python Version
N/A
Dependencies
NumPy, llvmlite
Install
pip install numba

Learn by Difficulty

Quick Example

python
# Numba
# JIT compiler for NumPy code: decorate functions to compile to machine code
#
# Numba is a Python runtime/implementation.
# Key features and usage information:
print("Numba")
print("JIT compiler for NumPy code: decorate functions to compile to machine code")
print("Python Version: N/A")

Numba is jit compiler for numpy code: decorate functions to compile to machine code. It provides an alternative way to run Python code.

Try in Playground

Tags

runtimeimplementationinterpreter