Skip to content

Instantly share code, notes, and snippets.

@steven2358
Created April 24, 2017 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steven2358/98c439ca8a705d587bdea24d1ce50dbf to your computer and use it in GitHub Desktop.
Save steven2358/98c439ca8a705d587bdea24d1ce50dbf to your computer and use it in GitHub Desktop.
Python Cheat Sheet
###
# numpy
###
# convert variable to other data type
x.astype(np.float32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment