PyDataPune / Talks

Official repo for proposals
14 stars 3 forks source link

Numba - A high Performance Python Compiler #49

Open mayankskb opened 4 years ago

mayankskb commented 4 years ago

Numba translates Python functions to optimized machine code at runtime using the industry-standard LLVM compiler library. Numba-compiled numerical algorithms in Python can approach the speeds of C or FORTRAN.

In this talk, we will learn how to use numba, the nitty-gritty of the package and the background functioning.