Skip to content

Instantly share code, notes, and snippets.

@chiwanpark
Created February 28, 2017 07:41
Show Gist options
  • Save chiwanpark/88265f6824631f87ed90bda537bb6f07 to your computer and use it in GitHub Desktop.
Save chiwanpark/88265f6824631f87ed90bda537bb6f07 to your computer and use it in GitHub Desktop.
Python size of module
import sys
import numpy as np
print(sys.getsizeof(np)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment