Python -Flacharray von Arrays

import numpy as np
out = np.concatenate(input_list).ravel()
Intempestive Al Dente