Quantcast
Viewing latest article 1
Browse Latest Browse All 2

Answer by user89272 for enabling colors in the python interactive shell on OS/X

bpython appears to do what you want.

bpython is a fancy interface to the Python interpreter for Linux, BSD, OS X and Windows (with some work). bpython is released under the MIT License. It has the following (special) features:

Image may be NSFW.
Clik here to view.
enter image description here

  • In-line syntax highlighting
  • Readline-like autocomplete with suggestions displayed as you type
  • Expected parameter list for any Python function
  • Send the code you've entered off to a pastebin
  • Auto-indentation
    And more

Alternatives are IPython or DreamPie


Viewing latest article 1
Browse Latest Browse All 2

Trending Articles