Need a python module for numerical and scientific computing other than NumPy and SciPy

There is nothing unreliable about numpy’s behavior in the examples you show as compared to MATLAB, nor do any of the examples you show have anything to do with floating-point issues (with one exception). For the rounding behavior, MATLAB is the one doing it wrong here. Numpy is following the IEEE standard for rounding. The … Read more

Making a square move along the screen [closed]

For this sort of thing, Psychtoolbox is your friend. I don’t have experience with it, but it is a MATLAB toolbox perfectly designed for full screen visual stimuli. The toolbox contains an existing example called ‘moving line demo‘: MovingLineDemo([xv=10][, twolines=0][, screenid=max]) Shows a pair of vertical lines, or a single line, which travel horizontally across … Read more