Fork me on GitHub
摘要: distutils、distutils2 "distutils" 是 python 标准库的一部分,2000年发布。使用它能够进行 python 模块的 "安装" 和 "发布" 。 distutils2 被设计为 distutils 的替代品,后来这个计划停滞了。 setuptools、... 阅读全文
posted @ 2015-12-23 18:23 weaming 阅读(4890) 评论(0) 推荐(1)
摘要: chr(i) return i character ord(c) return integer [chr(i) for i in range(97,123)] ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', '... 阅读全文
posted @ 2015-12-23 16:41 weaming 阅读(4679) 评论(0) 推荐(0)
摘要: 官方提供的gvim安装文件默认是支持python和python3两种模式的,编译时带有该选项,但并没有附带对应的运行库和运行环境.所以在本地没有安装python时直接在vim中执行 :py print 'ok' 会提示无法加载python27.dll, 针对于这种情况,请到官方下载 windo... 阅读全文
posted @ 2015-12-23 15:37 weaming 阅读(3249) 评论(0) 推荐(0)
 |  Github |  知乎 |  微博  |