Is there an interpreter for Python similar to Pry for Ruby?
It is very convenient. I can stop the program wherever I want with a statement like binding.pry
, and I can inspect the value of variables, manipulating them, etc. It's very good for finding errors.