General Numerical Python question
John J. Lee
jjl at pobox.com
Wed Oct 15 16:24:47 EDT 2003
More information about the Python-list mailing list
Wed Oct 15 16:24:47 EDT 2003
- Previous message (by thread): Need pointers on building stand-alone application plug-in that calls Python scripts.
- Next message (by thread): General Numerical Python question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Michael Ressler <ressler at cheetah.jpl.nasa.gov> writes: > In article <%xVib.26249$gi2.16759 at fed1read01>, Tim Hochberg wrote: [...] > You are right, of course, but I was trying to be clear, not fast. The > point is that you could replace that sum with the sum of the squares > and crossproducts, and thus get a running standard deviation, for > example. The trick of Numeric is thinking about problems in new ways > which are far different from what the original author is used to with > loops. [...] Perhaps part of the trick is to know when to leave Numeric behind and use Pyrex. John
- Previous message (by thread): Need pointers on building stand-alone application plug-in that calls Python scripts.
- Next message (by thread): General Numerical Python question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list