From 7af86a2eaf2d66d4d9e3cf5ca5f323fa65b8602c Mon Sep 17 00:00:00 2001 From: Seyi Ogunyemi Date: Sun, 15 Jan 2012 15:49:21 +0000 Subject: [PATCH] Update docs/dev/env.rst --- docs/dev/env.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 14904bad5..99ccf7b50 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -223,6 +223,17 @@ IPython BPython ------- +`bpython `_ is an alternative 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 entered code off to a pastebin. +* Save entered code to a file. +* Auto-indentation. +* Python 3 support. + :: $ pip install bpython