Skip to content

Instantly share code, notes, and snippets.

@RPing
Created December 16, 2018 08:48
Show Gist options
  • Save RPing/d4790bdc0d31ae54bdc6a69d05ddbf04 to your computer and use it in GitHub Desktop.
Save RPing/d4790bdc0d31ae54bdc6a69d05ddbf04 to your computer and use it in GitHub Desktop.
pprint debug
import pprint
ppp = pprint.PrettyPrinter(indent=4)
import pdb; pdb.set_trace()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment