tab completion?

Ron DuPlain ron.duplain at gmail.com
Tue Mar 4 10:44:15 EST 2008


On Mar 4, 10:13 am, Siddhant <siddhantg... at gmail.com> wrote:
> Hi people.
> I was just wondering if a tab-completion feature in python command
> line interface would be helpful?
> If yes, then how can I implement it?
> Thanks,
> Siddhant

ipython provides auto tab completion.
http://ipython.scipy.org/

You can also get it by:
$ easy_install ipython

Run it using the command:
$ ipython

Is this what you want?

Ron


--
Ron DuPlain <ron.duplain at gmail.com>
http://www.linkedin.com/in/rduplain



More information about the Python-list mailing list