Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 645 Bytes

Readme.md

File metadata and controls

31 lines (26 loc) · 645 Bytes

Speed up your Python code

Requirements

  • python >= 3.5

  • jupyter

  • numpy

  • scipy

  • cython

  • numba

  • snakeviz

  • pandas

  • matplotlib

  • a C compiler supporting OpenMP (for macOS users: conda install gcc)

Binder

You will be required to have an internet connection but you will not have to install any package locally. Binder

For conda users

You can get a ready-to go environment by cloning the repo and running:

conda env create

and then:

conda activate performance-tutorial