Contribute Media
A thank you to everyone who makes this possible: Read More

Numba: A Dynamic Python compiler for Science

Summary

Numba is a compiler for Python syntax that uses the LLVM library and llvmpy to convert specifically decorated Python functions to machine code at run-time. It allows Python syntax to be used to do scientific and numerical computing that is blazing fast yet tightly integrated with the CPython run-time.

Details

Improve this page