背景
我想要清理C盘,但是不知道那些地方占据内存最多
https://www.diskanalyzer.com/downloadWizTree is the fastest disk space analyzer for Windows. Download the latest version here. Use it to quickly locate and remove space hogs from your hard driv…
from numpy import *
import matplotlib.pyplot as plt1.导入数据
# 1.导入数据
# 模型 y wx b
points genfromtxt(linear_regress_lsm_data.csv, delimiter,)
length len(points)
print(point count %d%length)
x array(points[:, 0])
y array(points[:, 1])
plt.scatt…