On 23/04/2015 2:18 AM, subhabrata.bane...@gmail.com wrote:
I have a list of file names of a directory, I want to read each one of them.
After reading each one of them, I want to put the results of each file in a
list.
These lists would again be inserted to create a list of lists.
While there's
On Fri, Apr 24, 2015 at 12:12 AM, Dave Angel wrote:
> On 04/23/2015 08:36 AM, Gregory Ewing wrote:
>>
>> Jean-Michel Pichavant wrote:
From: "subhabrata banerji"
list_of_files = glob.glob('C:\Python27\*.*')
>>
>> >
>>>
>>> 1/ Your file pattern search will not get files that do
On 04/23/2015 08:36 AM, Gregory Ewing wrote:
Jean-Michel Pichavant wrote:
From: "subhabrata banerji"
list_of_files = glob.glob('C:\Python27\*.*')
>
1/ Your file pattern search will not get files that do not have any
dot in
their name
Actually, on Windows, it will. (This is for compatibili
Jean-Michel Pichavant wrote:
From: "subhabrata banerji"
list_of_files = glob.glob('C:\Python27\*.*')
>
1/ Your file pattern search will not get files that do not have any dot in
their name
Actually, on Windows, it will. (This is for compatibility with
MS-DOS 8.3 filenames, where the dot was
On Wednesday, April 22, 2015 at 9:48:44 PM UTC+5:30, subhabrat...@gmail.com
wrote:
> Dear Group,
>
> I am trying to open a bunch of files from a directory and trying to put the
> results in list of lists that is to say,
>
> that is to say,
> I have a list of file names of a directory, I want t
- Original Message -
> From: "subhabrata banerji"
> To: python-list@python.org
> Sent: Wednesday, 22 April, 2015 6:18:30 PM
> Subject: A question on the creation of list of lists
>
> Dear Group,
>
> I am trying to open a bunch of files from a directory
On Wed, Apr 22, 2015 at 9:18 AM, wrote:
> Dear Group,
>
> I am trying to open a bunch of files from a directory and trying to put
> the results in list of lists that is to say,
>
> that is to say,
> I have a list of file names of a directory, I want to read each one of
> them.
> After reading eac
Dear Group,
I am trying to open a bunch of files from a directory and trying to put the
results in list of lists that is to say,
that is to say,
I have a list of file names of a directory, I want to read each one of them.
After reading each one of them, I want to put the results of each file i