Etiqueta: NumPy
-
Install NumPy in Raspbian/Raspberry OS avoiding ImportError exceptions
If you are trying to install some scientific Python packages (like Astropy, for instance) in your Raspberry Pi, it is quite likely that you will find an error message like this while trying to use NumPy: libf77blas.so.3: cannot open shared object file: No such file or directory If that’s the case, what happens is that…
-
Instalar NumPy en Raspbian/Raspberry OS, evitando errores ImportError
Si estás intentando instalar paquetes científicos de Python en tu Raspberry Pi, puede ser que te encuentres un error como este con NumPy: libf77blas.so.3: cannot open shared object file: No such file or directory Si ese es el caso, lo que sucede es que NumPy, como paquete precompilado, espera que la biblioteca de funciones compartida…
-
Enlaces: De Snow Leopard y SciPy, Matplotlib, y compañía
ScientificPython/InstallingPython – LaurentPerrinet La mejor guía que he encontrado para realizar una instalación de NumPy, SciPy, Matplotlib, etcétera, usando MacPorts (del que me fío más últimamente que de Fink). Lo más interesante es el comando python_select, que con sudo python_select python26-apple mantiene el Python del sistema como Python por defecto. (tags: python macosx mac osx…
-
Enlace: Astropython
Astropython Portal para la recopilación de recursos Python útiles para astrofísica, desde los clásicos PyFITS, NumPy y Scipy, o la también habitual Matplotlib, a paquetes más específicos como ATpy, APLpy, Sherpa, pyraf (interfaz Python para IRAF), y otros. (tags: programming astronomy science python astrophysics physics plotting IDL IRAF MPI photometry scipy numpy pyfits)
-
Enlaces: Compilar Google Chrome para Mac, Referencia de campos de BibTeX, SciPy Superpack
Google Chromium – MacBuildInstructions Entrada del wiki de Google Chromium, el proyecto de código abierto que incluye el código multiplataforma de Google Chrome, sobre cómo compilar Chromium en Mac OS X. (tags: chromium google chrome mac osx macosx) Getting to Grips with LaTeX – BibTeX Entry and Field Types Guía de referencia creada por Andrew…
-
Enlaces: Denébola, Python y Ciencia: Espectropolarimetría, Medición sobre figuras, etc.
Denebola » python Todos los artículos relacionados con Python de Denebola, la web de tres aspirantes a doctores en astrofísica (ahc, fmm, japp) sobre técnicas científicas, con un esperable sesgo hacia la astrofísica. (tags: denebola web links python scientific computing computación científica astronomy astronomía) Denebola » Ajustes 1-D con Python + SciPy Tutorial de ajustes…