Skip to content

Instantly share code, notes, and snippets.

@otobrglez
Created February 18, 2015 09:33
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 otobrglez/a039b29fc13a33d4c630 to your computer and use it in GitHub Desktop.
Save otobrglez/a039b29fc13a33d4c630 to your computer and use it in GitHub Desktop.
Pretty printing with Python
import pprint
# Something like this:
pprint.pprint some_object.__dict__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment