PythonQ 240-8XX Bedienungsanleitung Seite 4

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 37
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 3
c
! www.simula.no/˜hpl
Numerical Python (NumPy)
NumPy enables efficient numerical computing in Python
NumPy is a package of modules, which offers efficient arrays
(contiguous storage) with associated array operations coded in C or
Fortran
There are three implementations of Numerical Python
Numeric from the mid 90s (still widely used)
numarray from about 2000
numpy from 2006
We recommend to use numpy (by Travis Oliphant)
from numpy import
*
Numerical Python – p. 238/728
Seitenansicht 3
1 2 3 4 5 6 7 8 9 ... 36 37

Kommentare zu diesen Handbüchern

Keine Kommentare