目的
汇总最基本的函数,熟悉Python的童鞋直接忽略本文。
数字与数学相关
type()
int()
float()
round()
abs()
pow()
.conjugate()
科学计算与图形
matmul()
reshape()
range()
arange()
from matplotlib import pyplot as plt
plt.plot()
plot.show()
plt.xticks()
plt.xlable()
plt.ylable()
plt.title()
plt.legend()
plt.bar()
plt.hist()
plt.savefig()
random.randn()