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

lina lina.lastname at gmail.com
Thu Oct 6 05:54:18 CEST 2011


On Thu, Oct 6, 2011 at 2:01 AM, Alan Gauld <alan.gauld at btinternet.com>wrote:

> 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?
>
Ha... I used gedit.

> 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.
>
> Just tried the  idle-python2.6,
Q1: Is it bound with certain python version, such as for python3, do I need
get idle-python3 ?
Q2: how to use the last command I input, such as I typed something wrong and
I wanna correct in the next step.
seems no much difference with using terminal directly. I might be wrong
here.

Thanks,


> 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 at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/**mailman/listinfo/tutor<http://mail.python.org/mailman/listinfo/tutor>
>



-- 
Best Regards,

lina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20111006/381f0e9b/attachment.html>


More information about the Tutor mailing list