Skip to content

Instantly share code, notes, and snippets.

@wusixer
Created September 23, 2021 01:43
Show Gist options
  • Save wusixer/b84a6c977f5fc1596f01e3f8cfeacfc9 to your computer and use it in GitHub Desktop.
Save wusixer/b84a6c977f5fc1596f01e3f8cfeacfc9 to your computer and use it in GitHub Desktop.
Vectorize a python function to speed up computation
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ericmjl
Copy link

ericmjl commented Sep 29, 2021

@alokito I think gists are a good staging ground, perhaps? I've put code snippets up and notebooks (with outputs) up here to quickly share it with others. NBs with outputs are a bad idea in a repo. Perhaps if @wusixer amasses a collection of NBs, then that's a good time to put the stuff into a repo?

@wusixer
Copy link
Author

wusixer commented Sep 29, 2021

@Alokit Nice! The reason I put it in gist is that it was a quick and easy thing for me to do, and I can look up what I need by searching the names of gist (I guess you can do that in bitbucket/github too but it would require a bit more structure to make it a repo). Maybe someday I will have a repo called "little_things_Iearned_from_work" :)

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