Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
bpython - Fancy curses interface to the Python interactive interpreter
- Description:
bpython is a fancy interface to the Python interpreter for Unix-like
operating systems. It has the following features:
- in-line syntax highlighting
- readline-like autocomplete with suggestions displayed as you type
- expected parameter list for any Python function.
- eewind function to pop the last line of code from memory and
re-evaluate.
- send the code you've entered off to a pastebin and display the
pastebin URL for copying, etc.
- save the code you've entered to a file
- auto indentation
Packages