Python3k 替代 IPython?
所以,我是 IPython 的忠实粉丝,尽管我确信我并没有使用它的几乎所有功能(主要是制表符补全和用于内省的 ?
,尽管我也使用 % ed
相当多)。
但是,我想真正开始使用 Python3k,正如此线程所述,我会需要士力架来帮助我渡过难关,直到 IPython 被移植。
那么我对 Python3k 有哪些选择(最好是最匹配 IPython 功能的选项)?
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)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您的平台需求,您可能需要查看 bpython (http://bpython-interpreter.org/)。
不过,我认为它没有
?
内省快捷方式。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.