摘要:
import numpy as np # b = [[random.uniform(100,200) for _ in range(3)]]# b = np.array(b)#print b,b.T #转置,用于矩阵(列和行的互换)""" 创建数组 array() 列表转换数组 arange() r 阅读全文
摘要:
一.单文件模块 cope到$python_dir/Lib(python的安装目录) 二:多文件,带setup.py ex:(链接https://pypi.org下载压缩包或者历史包) release history or download files linux 命令行:tar -zxvf 安装包 阅读全文