home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / python / Lib / site-packages / numpy / README.txt < prev    next >
Encoding:
Text File  |  2010-05-29  |  783 b   |  24 lines

  1. NumPy is the fundamental package needed for scientific computing with Python. 
  2. This package contains:
  3.  
  4.     * a powerful N-dimensional array object
  5.     * sophisticated (broadcasting) functions
  6.     * tools for integrating C/C++ and Fortran code
  7.     * useful linear algebra, Fourier transform, and random number capabilities. 
  8.  
  9. It derives from the old Numeric code base and can be used as a replacement for Numeric. It also adds the features introduced by numarray and can be used to replace numarray.
  10.  
  11. More information can be found at the website:
  12.  
  13. http://scipy.org/NumPy
  14.  
  15. After installation, tests can be run with:
  16.  
  17. python -c 'import numpy; numpy.test()'
  18.  
  19. The most current development version is always available from our
  20. subversion repository:
  21.  
  22. http://svn.scipy.org/svn/numpy/trunk
  23.  
  24.