NumbaEasy Playground

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

What is Numba?Run locally
Install
pip install numba
Python CodeRun locally

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?