Skip to content

Instantly share code, notes, and snippets.

@akshithg
Created August 4, 2016 13:38
Show Gist options
  • Select an option

  • Save akshithg/2a09dfd521c98c7a219da4f49c9b1ffd to your computer and use it in GitHub Desktop.

Select an option

Save akshithg/2a09dfd521c98c7a219da4f49c9b1ffd to your computer and use it in GitHub Desktop.
python equivalent of ruby's binding.pry
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