First page Back Continue Last page Overview Graphics
Benefits
Python advantages:
- high-level number objects: integers, floating point
- containers:
lists with cheap insertion and append methods,
dictionaries with fast lookup
Numpy advantages:
- array oriented computing
- efficiently implemented multi-dimensional arrays
- designed for scientific computation