PyCodebug Blog
Python script coding editor that debugs as you write
Status: Alpha
Brought to you by:
photoneffect
After finishing the methods list and selection, I figured the jump to having the docstring pulled and displayed for the selected method is not too much of a reach.
I had a few hours of internet outage today, so I had to use the interpreter's inspect to get some documentation for my own code (no online reference). Took a little more time, but it all worked out.