2009/12 28
bpython is a fancy interface to the Python interpreter for Unix-like operating systems (I hear it works fine on OS X). It is released under the MIT License. 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.


Install:

$ sudo apt-get install python-pygments $ curl http://bpython-interpreter.org/releases/bpython-0.9.5.2.tar.gz $ tar zxvf bpython-0.9.5.2.tar.gz $ cd bpy* $ sudo python setup.py install

Or use easy_install simplely,

$ sudo easy_install bpython

Usage:
$ bpython

Sceenshot:




For more, see the bpython home or just skip right to the screenshots.





Defined tags for this entry:

Posted by rollenc

Last modified on 2009-12-29 23:43

0 Trackbacks

  1. No Trackbacks

0 Comments

  1. No comments

Add Comment


E-Mail addresses will not be displayed and will only be used for E-Mail notifications.