
python
morning_sir_jking
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python目录下的所有文件
周末闲着在宿舍没事,学习了一下python的脚本语言 import os def GetAllDirFile(rootDir): for lists in os.listdir(rootDir): path = os.path.join(rootDir, lists) print path if os.path.isdir原创 2016-12-03 21:37:40 · 525 阅读 · 0 评论 -
Sublime text 3搭建Python开发环境及常用插件安装
一、环境准备 1、官方网站地址 2、Windows 10 3、Sublime Text 3 + 官网购买license(Just a suggestion,$80) 购买链接,Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued u...转载 2018-12-22 11:30:39 · 467 阅读 · 0 评论