Skip to content

Instantly share code, notes, and snippets.

@liannewriting
Last active June 3, 2020 23:29
Show Gist options
  • Save liannewriting/ac5df33719bbab7b55f5c15d3500c8f1 to your computer and use it in GitHub Desktop.
Save liannewriting/ac5df33719bbab7b55f5c15d3500c8f1 to your computer and use it in GitHub Desktop.
python-numpy-tutorial
x = np.array(range(100)).reshape((10, 10))
x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment