摘要: NumPy 数据类型 numpy 支持的数据类型比 Python 内置的类型要多很多,基本上可以和 C 语言的数据类型对应上,其中部分类型对应为 Python 内置的类型。下表列举了常用 NumPy 基本类型。 名称描述 bool_ 布尔型数据类型(True 或者 False) int_ 默认的整数 阅读全文
posted @ 2022-03-17 23:01 emanlee 阅读(327) 评论(0) 推荐(0)
摘要: Python numpy 入门 Python numpy 入门系列 目录 安装numpy: (1) 文件超过14MB,默认安装常常会超时: C:\Python310\Scripts>pip install numpy pip._vendor.urllib3.exceptions.ReadTimeou 阅读全文
posted @ 2022-03-17 22:31 emanlee 阅读(101) 评论(0) 推荐(0)