摘要: python csv 模块的使用 歌曲推荐: "攀登(live)" csv 是用逗号分隔符来分隔列与列之间的。 1. csv的写入 1.简单的写入,一次写入一行 import csv with open("data.csv","w") as file: writer = csv.writer(fil 阅读全文
posted @ 2018-10-09 22:32 新异 阅读(319) 评论(0) 推荐(0)
摘要: 第一部分 我的github 我的团队github 第二部分 github的推荐的入门链接,我就不放这里了。 这里放一个我看过的,用过的。 python Flask web开发 YouTube视频链接:https://www.youtube.com/watch?v=MwZwr5Tvyxo&list=P 阅读全文
posted @ 2018-10-09 16:55 新异 阅读(163) 评论(4) 推荐(0)