Using Python for programming algorithms
Henrique Dante de Almeida
hdante at gmail.com
Mon May 19 21:15:01 EDT 2008
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".
More information about the Python-list
mailing list