The Artima Developer Community
Sponsored Link

Python Buzz Forum
CHARMING 2 PYTHON #B14: Numerical Python Working with the [numeric] and [numarray] packages

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
David Mertz

Posts: 70
Nickname: lululotus
Registered: Jul, 2003

David Mertz is a well known writer about computer programming
CHARMING 2 PYTHON #B14: Numerical Python Working with the [numeric] and [numarray] packages Posted: Apr 1, 2004 8:43 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by David Mertz.
Original Post: CHARMING 2 PYTHON #B14: Numerical Python Working with the [numeric] and [numarray] packages
Feed Title: Gnosis Software
Feed URL: http://gnosis.cx/rss.xml
Feed Description: All the publications of David Mertz, with a sprinkling of free software, and occasional extra goodies.
Latest Python Buzz Posts
Latest Python Buzz Posts by David Mertz
Latest Posts From Gnosis Software

Advertisement
Numerical Python (often called NumPy) is a widely used extension library for fast operations on fixed-type arrays, of any dimensionality, in Python. Since the underlying code is well-optimized C, any speed limitations of Python's interpreter usually go away when major operations are performed in NumPy calls. As successful as NumPy has been, its developers have decided to supercede NumPy with a new module called Numarray that is mostly, but not quite entirely, compatible with NumPy. This installment looks both at the general features of NumPy, and at the specific improvements forthcoming with Numarray.

Read: CHARMING 2 PYTHON #B14: Numerical Python Working with the [numeric] and [numarray] packages

Topic: Concurrency: looking for positive models Previous Topic   Next Topic Topic: Most Popular Python Projects

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use