Python Machine Learning Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Array creation in Python

Arrays are the essential elements of many programming languages. Arrays are sequential objects that behave very similarly to lists, except that the types of elements contained in them are constrained. The type is specified when the object is created using a single character called type code.