Does anybody know how to extract a column from a multi-dimensional array in Python?
[matrix[i][column] for i in range(len(matrix))]