<html>
<body>
At 08:05 PM 7/8/2011, Matt Davis wrote:<br><br>
<blockquote type=cite class=cite cite="">A new option for non-academic
users to get the analytic Python basics. This will probably be useful
(<a href="http://enthought.com/products/epd_free.php">
http://enthought.com/products/epd_free.php</a>): </blockquote><br>
<font color="#800000">Additionally:<br>
I bought and use the $200 EPD distribution for its MKL linkage; numpy is
linked to the Intel MKL and made accessible via an attribute: <br>
</font>numpy.use_fastnumpy = True<br>
import mkl<br>
<font color="#800000">For instance, the numpy MKl fft is 4x faster with
N=2**11 and >6x with N>2**13 on a Core 2. All non-numpy MKL
functions are also available via ctypes.<br>
The free version does not have the MKL linkage.<br><br>
I do find it odd and a little sad that a number of Python web sites still
use PHP...<br><br>
Ray</font></body>
</html>