Syntax highlighting, auto complete and more within Python interpreter
bpython-interpreter.org
Syntax highlighting, auto complete and more within Python interpreter
1–10 of 33 posts
Re: Syntax highlighting, auto complete and more within Python interpreter
#2Re: Syntax highlighting, auto complete and more within Python interpreter
#3Re: Syntax highlighting, auto complete and more within Python interpreter
#4Re: Syntax highlighting, auto complete and more within Python interpreter
#5Re: Syntax highlighting, auto complete and more within Python interpreter
#6Did I miss something? How do I start this thing? Couldn't find it on Documentation..
$ bpython
Or similar if you have a different package manager. You can also build from source: http://bpython-interpreter.org/releases/bpython-0.9.7.tar.gz
ie, this isn't something you can run in your browser.
Re: Syntax highlighting, auto complete and more within Python interpreter
#7Last time I tried out bpython, it seemed to crash at the slightest hint of any error. I'll have to try it again and see if it's improved.
Re: Syntax highlighting, auto complete and more within Python interpreter
#8Did I miss something? How do I start this thing? Couldn't find it on Documentation..
$ sudo apt-get install bpython $ bpython Or similar if you have a different package manager. You can also build from source: http://bpython-interpreter.org/releases/bpython-0.9.7.tar.gz ie, this isn't something you can run in your browser.
sudo port install py26-bpythonRe: Syntax highlighting, auto complete and more within Python interpreter
#9I think Eclipse + PyDev has more to offer.