xy123321 发表于 2017-5-2 06:32:35

[Python Shell试用]人性化的 bpython

看到LinuxTOY上有介绍Dreampie这个python shell,留言里也有提到IPython,然后翻看原来的文章,找到了bpython这个神器。
官方网站 http://bpython-interpreter.org
最新版本应该是 0.9.7,只能在类Unix下使用.我ubuntu里下载安装了bpython,Dreampie和IPython之后,坚定的喜欢上了bpython,准确的说是大爱。

以下截图来自官网

代码高亮
http://bpython-interpreter.org/static/screenshots/8.png

函数提示
http://bpython-interpreter.org/static/screenshots/4.png

用法说明
http://bpython-interpreter.org/static/screenshots/2.png

良好的编码支持
http://bpython-interpreter.org/static/screenshots/9.png

Ctrl-R 撤销操作
Ctrl-S 保存文件到本地
F8 保存文件到云端

在ubuntu下运行的视觉效果要好于官方上mac里的截图。
页: [1]
查看完整版本: [Python Shell试用]人性化的 bpython