Skip to content

Instantly share code, notes, and snippets.

@natevw
Last active June 8, 2016 19: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 natevw/67dba86c57a5cd76a850b979d5eb4684 to your computer and use it in GitHub Desktop.
Save natevw/67dba86c57a5cd76a850b979d5eb4684 to your computer and use it in GitHub Desktop.
Helpful Python snippet to drop into code and get an instant "playground" at a breakpoint
# see e.g. http://stackoverflow.com/a/7677387/179583
import code
code.interact(local=dict(globals(), **locals()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment