Skip to content

Instantly share code, notes, and snippets.

@andersonberg
Last active August 29, 2015 14:05
Show Gist options
  • Save andersonberg/35f8cccd5b0e6a14f887 to your computer and use it in GitHub Desktop.
Save andersonberg/35f8cccd5b0e6a14f887 to your computer and use it in GitHub Desktop.
>>> a.shape = (2,6)
>>> a
array([[ 0, 1, 2, 3, 4, 5],
[ 6, 7, 8, 9, 10, 11]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment