On 05/10/11 13:46, lina wrote:
another question, you know in linux, when use TAB, can automatically
input something,
so in python3, are there some way they can intelligent give some hints
or fill the left.
What development tool are you using?
If you use IDLE, the standard IDE that comes with Python, you should
find that hitting tab (or pausing briefly) in a file editor will bring
up a pick list of options.
Similarly typing a function name and an open paren will give a tooltip
for the functions parameters.
IPython will do some similar things for you as a replacement for the
standard Python interpreter (plus a bunch of extras).
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
_______________________________________________
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor