pub fn python_list_to_vec(list: &Bound<'_, PyList>) -> PyResult<Vec<f32>>
Convert Python list to Vec<f32>
Vec<f32>