"Paulo Quaglio" <[EMAIL PROTECTED]> wrote
> I'm beginning to learn how to program in python.
> I need to process several text files simultaneously.
Do you really mean simultaneously or just all in the same
execution of the program? ie The one program run opens
each file in sequence and rep
> Hi everyone -
> I'm beginning to learn how to program in python. I need to process
> several text files simultaneously. The program needs to open several files
> (like a corpus) and output the total number of words. I can do that with
> just one file but not the whole directory. I tried glob
On Wed, Aug 15, 2007 at 08:26:45AM -0700, Paulo Quaglio wrote:
> Hi everyone -
> I'm beginning to learn how to program in python. I need to
> process several text files simultaneously. The program needs to
> open several files (like a corpus) and output the total number
> of words. I can
Paulo Quaglio wrote:
> Hi everyone -
> I'm beginning to learn how to program in python. I need to process
> several text files simultaneously. The program needs to open several
> files (like a corpus) and output the total number of words. I can do
> that with just one file but not the whole dire
Hi everyone -
I'm beginning to learn how to program in python. I need to process several
text files simultaneously. The program needs to open several files (like a
corpus) and output the total number of words. I can do that with just one file
but not the whole directory. I tried glob but it d