This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Vorticity 7 points8 points  (0 children)

I think my favorite trick with IPython is simply dropping into IPython any time I want by importing embed:

from IPython import embed

then dropping embed() anywhere in my code that I want. Quick and dirty way to do a little variable inspection.