Using Python for programming algorithms

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Tue May 20 03:19:52 EDT 2008


Henrique Dante de Almeida a écrit :
> On May 19, 5:35 pm, "bruno.desthuilli... at gmail.com"
> <bruno.desthuilli... at gmail.com> wrote:
>>>  The situation would be simpler if there were good well-known toolkits
>>> for optimization in python (like numpy for matrix operations), but
>>> that's not the case.
>> There's at least Psyco (if you're willing and able to restrict
>> yourself from using some of the most dynamic parts of Python - which
>> might not be a problem here).  One could also mention stuff like Pyrex
>> and Cython.
> 
>  I meant toolkits for "optimization problems", not "code
> optimization".

oops, sorry.



More information about the Python-list mailing list