On Mar 4, 10:13 am, Siddhant <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> http://www.linkedin.com/in/rduplain -- http://mail.python.org/mailman/listinfo/python-list