News

In Python indices begin at 0. Therefore, to select the first entry of array a we use a[0]. a [0] # recall a = [1,2,3,4] 1 ... This is how I would do it if I wasn't already importing the SciPy package.