python - setting up numpy/scipy in idle -


i use numpy in python program creating, can not figure out how use inside of idle. download page numpy redirects 1 scipy, fine, infact download rest of scipy (especially matplotlib), isn't important me numpy, scipy download page tells larger packages, none of can figure out how use in idle. note use python 2.x series, , use other installed packages in same program such pygame, , wxpython. thank much.

as the documentation linked says:

you can assemble scipy stack individual packages. details of need, see the specification.

...

christoph gohlke provides pre-built windows installers many python packages, including of core scipy stack.

so, make list of main packages want, check specification see other dependencies you'll need install use packages, go pre-built installer page, download them, , run installers.

obviously need download installers corresponding python. didn't whether you're using 64-bit or 32-bit python, , need know that. other thing need know python version you're using, , said 2.7.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -