running a program on many processors

2010-03-07 Thread Paweł Banyś
cumulative power is available to the program as if there was one huge CPU instead of many separate ones. Is it possible? How can it be achieved? Best regards, Paweł -- http://mail.python.org/mailman/listinfo/python-list

Re: a problem with writing a generator

2010-01-15 Thread Paweł Banyś
I would like to thank you for help. With the advice you provided I managed to complete my program and now it is working as it should. Regards, Paweł -- http://mail.python.org/mailman/listinfo/python-list

Re: a problem with writing a generator

2010-01-14 Thread Paweł Banyś
> Assuming that include directives are like > > #include "blahblah" Yes, I have already tried the methods related to source code processing using Python generators but unfortunately I am dealing with BIND and its named.conf files. Regards, Paweł -- http://mail.python.o

a problem with writing a generator

2010-01-14 Thread Paweł Banyś
g I would be very grateful for any guidance. Regards, Paweł -- http://mail.python.org/mailman/listinfo/python-list

Re: map/filter/reduce/lambda opinions and background unscientific mini-survey

2005-07-07 Thread Paweł Sakowski
>> ll=[[1,2],[3,4,5],[6]] >>> sum(ll,[]) [1, 2, 3, 4, 5, 6] -- Paweł Sakowski <[EMAIL PROTECTED]> -- http://mail.python.org/mailman/listinfo/python-list