[Tutor] a quick Q: how to use for loop to read a series of files with .doc end

Alan Gauld alan.gauld at btinternet.com
Wed Oct 5 20:01:04 CEST 2011


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/



More information about the Tutor mailing list