Creating numpy Arrays

In contrast to many other programming languages, the basic Python language does not have an explicit array data structure. Instead, arrays can be constructed using nested lists; however, methods for basic matrix operations would then have to be formulated. The numpy module relieves the programmer of this responsibility so that they can readily perform array computations. The first step in applying this module is to learn the syntax for constructing an array.



Source: Tyler Caraza-Harter, https://www.youtube.com/watch?v=0FWoGHopv9I
Creative Commons License This work is licensed under a Creative Commons Attribution 3.0 License.

Last modified: Friday, September 23, 2022, 1:53 PM