/numba

Primary LanguagePython

Numba

TIL about Numba: a Python Compiler

Going to play around with it in this repo to test out.

Next steps are probably: this tutorial.

env

  • conda create -n numba
  • conda install python
  • conda install -c numba numba
  • conda install -c anaconda requests