python增强解释器:bpython
jopen
12年前
bpython 是一个增强的 Python 交互解释器,使用 curses 包开发,提供了实时的语法高亮、代码自动完成、函数参数自动完成等功能。bpython 是一个增强的 Python 交互解释器,使用 curses 包开发,提供了实时的语法高亮、代码自动完成、函数参数自动完成等功能。
- In-line syntax highlighting.
- Readline-like autocomplete with suggestions displayed as you type.
- Expected parameter list for any Python function.
- "Rewind" function to pop the last line of code from memory and re-evaluate.
- Send the code you've entered off to a pastebin.
- Save the code you've entered to a file.
- Auto-indentation.
- Python 3 support.