Skip to content

Commit b6597a2

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#78 from micrypt/master
Expanded the bpython entry.
2 parents 47b9a43 + 7af86a2 commit b6597a2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/dev/env.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,17 @@ IPython
223223
BPython
224224
-------
225225

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.
232+
* Send entered code off to a pastebin.
233+
* Save entered code to a file.
234+
* Auto-indentation.
235+
* Python 3 support.
236+
226237
::
227238

228239
$ pip install bpython

0 commit comments

Comments
 (0)