On 13/09/12 03:59, Jason Friedman wrote:
Or if Python 3.2 is an option, the concurrent.futures module would be
very well suited for this task.
Also available as an external download for Python 2.* ...
http://pypi.python.org/pypi/futures/
Matěj
--
http://mail.python.org/mailman/listinfo/pytho
>>> I have a python script in which I have a list of files to input one by one
>>> and for each file I get a number as an output.
>>> I used for loop to submit the file to script.
>>> My script uses one file at a time and returns the output.
>>>
>>> My computers has 8 cores.
>>> Is there any way th
On 2012-09-11, Dhananjay wrote:
> --===0316394162==
> Content-Type: multipart/alternative; boundary=20cf30776bd309ffd004c96557e2
>
> --20cf30776bd309ffd004c96557e2
> Content-Type: text/plain; charset=ISO-8859-1
>
> Dear all,
>
> I have a python script in which I have a list of files to
On Mon, Sep 10, 2012 at 11:53 PM, Laszlo Nagy wrote:
> On 2012-09-11 06:16, Dhananjay wrote:
>>
>> Dear all,
>>
>> I have a python script in which I have a list of files to input one by one
>> and for each file I get a number as an output.
>> I used for loop to submit the file to script.
>> My scr
There is parallel python as well http://www.parallelpython.com/
--
http://mail.python.org/mailman/listinfo/python-list
http://celeryproject.org/
Don't eat it all at once
On Tue, Sep 11, 2012 at 2:16 PM, Dhananjay wrote:
> Dear all,
>
> I have a python script in which I have a list of files to input one by one
> and for each file I get a number as an output.
> I used for loop to submit the file to script.
> My sc
On 09/11/2012 07:53 AM, Laszlo Nagy wrote:
> On 2012-09-11 06:16, Dhananjay wrote:
>> Dear all,
>>
>> I have a python script in which I have a list of files to input one by
>> one and for each file I get a number as an output.
>> I used for loop to submit the file to script.
>> My script uses one f
On 2012-09-11 06:16, Dhananjay wrote:
Dear all,
I have a python script in which I have a list of files to input one by
one and for each file I get a number as an output.
I used for loop to submit the file to script.
My script uses one file at a time and returns the output.
My computers has 8