![]() | x and y in datatrans2.py are lists |
![]() | We can compute with lists element by element (as shown) |
![]() | However: using Numerical Python (NumPy) arrays instead of lists is much more efficient and convenient |
![]() | Numerical Python is an extension of Python: a new fixed-size array type and lots of functions operating on such arrays |