Re: Wow, Python much faster than MatLab




I'm not sure about SciPy,

Yes SciPy allows it too !
but lists in standard Python allow this:

array = [1, 2, 3, 4]
array[2:50000]
[3, 4]

That's generally a good thing.


You're not perhaps by origin an analog engineer ;-)

cheers,
Stef Mientki
.