2. pandas 3. matplotlib 4. Flask 5. Django pip install numpy python import numpy as np a = np.array([1, 2, 3, 4, 5]) b = a * 2 c = np.sum(b) print(c)