Rohit Beriwal

Notes from Scipy2019 Lec by Stan Siebert

Random points:

4 step process:

Honest, self inventory. Then express your final goal, which should be feasible.

< Refer to Maslow’s Hierarchy of Software Project Needs. (Its is nice triangle) >

Measurement

Refactoring the Code.

How Numba Works?

Basically, numba goes from Python to low level (LLVM) lang directly. NO C/C++ intermediate compilation etc.

What Numba is NOT doing:

Dont use numba if: