, , np.hsplit int , , , .
:
temp_array = [(i+1)*10 for i in range((129-1)
y = np.hsplit(x,temp_array)
:
y = np.hsplit(x,[(i+1)*10 for i in range((129-1)
: -1 , x, ;
Edit2: temp_array -
temp_array = np.arange(10,129,10)
:
y = np.hsplit(x,np.arange(10,129,10))
Edit3: python3 ( python2): int- float. // / , , int
: ('splitting_array') , 0 .
, 'splitting_array'. numpy.split, _ , "splitting_array".
, _ , 10.