You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/env.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,17 @@ IPython
223
223
BPython
224
224
-------
225
225
226
+
`bpython <http://bpython-interpreter.org/>`_ is an alternative interface to the Python interpreter for Unix-like operating systems. It has the following features:
227
+
228
+
* In-line syntax highlighting.
229
+
* Readline-like autocomplete with suggestions displayed as you type.
230
+
* Expected parameter list for any Python function.
231
+
* "Rewind" function to pop the last line of code from memory and re-evaluate.
0 commit comments