Python in sci/tech applications

T

Thomas Nelson

How hard would it be to have numpy/ scipy part of the python standard
library?
Tom
 
R

robert

Robert said:
This is what Martin said:

"""
It used to be possible to link with it. See

http://msdn2.microsoft.com/en-us/library/abx4dbyh(VS.80).aspx

This is now a "known DLL", and meant for use by system-level components
only.
"""

Note the words "used to" and "now". Mingw is a somewhat old project and
was initially developed at a time when MSVCRT.dll *was* intended to be
used by applications. It simply hasn't received enough attention
recently to move to a different runtime. If you would like to volunteer
your time to do the necessary work to allow it to link to modern
runtimes, please do so. You will receive the undying thanks of many,
many Pythoneers.

thanks, but I'm more in favor of the reverse direction :)
As I have a lot to do with frozen distributables, package sizes are still a predominant concern for me. App-startup speed, MEM consumption etc. also - still.
Having non-standard C-RTLs and maybe non-standard versions of the MFC dll's, doubled Python-DLL sizes etc. one has an extra burden of >3MB since Python2.4.
This means for me: Python2.3 - or create very proprietary compilations.

robert
 
R

Robert Kern

Thomas said:
How hard would it be to have numpy/ scipy part of the python standard
library?

scipy will never, ever be part of the standard library. Some subset of numpy may
eventually make it into the standard library, but not any time soon.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top