Skip to content

Instantly share code, notes, and snippets.

@safijari
Last active January 15, 2024 08:09
Show Gist options
  • Star 48 You must be signed in to star a gist
  • Fork 27 You must be signed in to fork a gist
  • Save safijari/fa4eba922cea19b3bc6a693fe2a97af7 to your computer and use it in GitHub Desktop.
Save safijari/fa4eba922cea19b3bc6a693fe2a97af7 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@safijari
Copy link
Author

This is the notebook I used to prepare for the video "Numba makes your Python fast like C". Note that it may fail to render but you can download it and run it with ipython notebook in a virtualenv (just ensure you additionally have numba, matplotlib, and numpy installed).

@mraa022
Copy link

mraa022 commented Aug 5, 2020

thank you so much

@pathroz
Copy link

pathroz commented Aug 11, 2020

thank you for the 'https://www.youtube.com/watch?v=x58W9A2lnQc' video, but could you give examples of how numba handles different dtypes

@Augustine-Charly
Copy link

In code block 58, is nogil=True required along with parallel=True?

@wangjian0822
Copy link

3q

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment