Python provides by default:
In [1]:
a = [1,2,3]
print(2*a[2])
print(2*a)
Go to the introduction to Numpy.
In [2]:
%pylab
In [3]:
import scipy.misc
In [6]:
l=scipy.misc.lena??
In [ ]:
l=scipy.misc.lena
In [ ]:
l=scipy.misc.lena
In [7]:
imshow(l,cmap="gray")
Out[7]:
In [ ]: