08 2022 档案

摘要:matplotlib matplotlib 是 Python 的绘图库,它能让使用者很轻松地将数据图形化,并且提供多样化的输出格式。 matplotlib 可以用来绘制各种静态,动态,交互式的图表。 matplotlib 是一个非常强大的 Python 画图工具,我们可以使用该工具将很多数据通过图表 阅读全文
posted @ 2022-08-21 17:01 hgrun 阅读(2328) 评论(0) 推荐(0) 编辑
摘要:保存文件的方法 fns = 'test_out.txt' with open(fns, 'w+') as fs: print('hello world by python', file=fs) 将上节课的分析的分数结果保存至文件 import tkinter import tkinter.filed 阅读全文
posted @ 2022-08-21 16:26 hgrun 阅读(96) 评论(0) 推荐(0) 编辑