[kanchilug] OAOD (bpython)

  • From: Dhastha <dhasthagheer@xxxxxxxxx>
  • To: ILUG-C <ilugc@xxxxxxxxxxxxx>, kanchilug <kanchilug@xxxxxxxxxxxxx>
  • Date: Sat, 19 Feb 2011 09:02:13 +0530

Application: bpython

What it is:

bpython is a fancy interface to the Python interpreter.

Features:

  * In-line syntax highlighting.
  * Readline-like autocomplete with suggestions displayed as you type
  * Expected parameter list for any Python function. Uses pydoc to
attempt to divine params for C functions.
  * "Rewind" function to pop the last line of code from memory and re-evaluate.
    Note: this is only really useful when laying out classes and
functions, since a true "undo" function is impossible, so be careful
when using this.
  * Send the code you've entered off to a pastebin and display the
pastebin URL for copying, etc.
  * Save the code you've entered to a file.
  * Auto-indentation.
  * Anti-Crash Mode.


To know more about:

http://bpython-interpreter.org/

To install in Ubuntu

sudo apt-get install bpython

-- 
Cheers,

Dhastha

A Kanchi Linux User

http://kanchilug.wordpress.com

My Works on Linux

http://dowithlinux.wordpress.com
http://dhastha.wordpress.com
 

Other related posts:

  • » [kanchilug] OAOD (bpython) - Dhastha