forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
498 B
Text
11 lines
498 B
Text
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.
|
|
- "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.
|
|
|
|
WWW: http://bpython-interpreter.org/
|