"b = array.array('f',[1.5,2.5,3.5,4.5,5.5,6.5,7.5,8.5,9.5,10.5])\n", ...
おっ!、、、Python は、サードパーティに頼らなくても、自前で基本的な値 (文字、整数、浮動小数点数) のアレイ (array、配列) をコンパクトに表現できるオブジェクト型を用意してるんだね。 Pythonチュートリアル 第3版 を持ってない人は、まず⬇️を見て ...
array_api_strict is a strict, minimal implementation of the Python array API. The purpose of array-api-strict is to provide an implementation of the array API for consuming libraries to test against ...