So, I’m a huge IPython fan, though I’m sure I don’t use nearly all the power it has (mainly tab completion and ? for introspection, though I also use %ed a fair amount).
However, I want to really start working with Python3k, and as this thread states, I’ll need a Snickers to tide me over til IPython is ported.
So what are my options for Python3k (preferably that best match IPython features)?
Depending on your platform needs, you may want to take a look at bpython (http://bpython-interpreter.org/).
I don’t think it has the
?introspection shortcut, though.