Hello,<br><br>I'm new to pyrex, I've found pyrex is very interesting probably more easier than swig I thought :)<br><br>I have questions:<br><br>If I have python list as an input to pyrex what is the best way to deal with it?
<br>Is it ok just to do looping and operate its elements?<br><br>I'm looking to speed up my code.<br>In python I use numeric array too to build Matrix and to operate it.<br><br>Should I translate this operation into kind of looping style inside pyrex ?
<br>Or should I just operate Numeric into pyrex and operate it there ? what is the fastest code?<br><br>Thanks in advance<br><br>Sincerely Yours,<br>pujo<br><br><br>