Wow, Python much faster than MatLab

Stef Mientki S.Mientki-nospam at mailbox.kun.nl
Sat Dec 30 05:56:35 EST 2006


> 
> 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



More information about the Python-list mailing list