Skip to content

Instantly share code, notes, and snippets.

@codingoutloud
Created October 21, 2013 15:05
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 codingoutloud/7085406 to your computer and use it in GitHub Desktop.
Save codingoutloud/7085406 to your computer and use it in GitHub Desktop.
Useful Python hacks I've encountered
# http://stackoverflow.com/questions/192109/is-there-a-function-in-python-to-print-all-the-current-properties-and-values-of
dir(somevariable) -- shows the properties available
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment