0

Possible Duplicate:
How do I add tab completion to the Python shell?

Is there an easy way to add code completion feature to a Python interpreter that is started on a unix console?

1

4 Answers 4

0

You should really install something like ipython or bpython

pip install ipython

This will give you a much better python interpreter that offers code completion, history and other magical functions that will make your python experience much better!

Sign up to request clarification or add additional context in comments.

Comments

0

Try using ipython which amoungst other things adds a shell which includes code completion to the intepreter.

Comments

0

Yes! Take a look at bpython!

You should be able to install it with pip. I actually have it in my Linux distro as a package.

Comments

-4

Nope thats not possible, you need to use an IDE.

1 Comment

This is wrong answer

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.