上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 21 下一页
摘要: 环境python:3.4.4准备xml文件首先新建一个xml文件,countries.xml。内容是在python官网上看到的。 1 2008 141100 4 2011 ... 阅读全文
posted @ 2015-12-31 14:58 微微微笑 阅读(4068) 评论(0) 推荐(1) 编辑
摘要: Sublime Text 全程指南Sublime Text 3 官方下载:http://www.sublimetext.com/3 阅读全文
posted @ 2015-12-29 16:25 微微微笑 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 教程一:行为驱动开发(BDD)基于Python的行为驱动开发实战:http://python.jobbole.com/81303/基于Python的行为驱动开发实战英语原文地址:http://code.tutsplus.com/tutorials/behavior-driven-developmen... 阅读全文
posted @ 2015-12-29 11:32 微微微笑 阅读(651) 评论(0) 推荐(0) 编辑
摘要: 英文原文:http://pythontips.com/2013/07/31/10-python-blogs-worth-following/中文翻译参考:http://python.jobbole.com/81730/1. 第一个博客是 Planet python, 它无疑是最出名的python博客... 阅读全文
posted @ 2015-12-29 10:03 微微微笑 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 资料:https://github.com/spulec/pep8ify安装$ pip install pep8ify用法Usage: 2to3 [options] file|dir ...Options: -h, --help show this help message ... 阅读全文
posted @ 2015-12-28 13:58 微微微笑 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 学习资料: https://github.com/hhatto/autopep8背景autopep8 会根据 PEP 8 样式文档来格式化 python 代码。它使用 pep8 来决定代码的哪部分需要被格式化。 autopep8 可以修复 pep8汇报的大部分格式问题。PEP8 是Python En... 阅读全文
posted @ 2015-12-25 13:45 微微微笑 阅读(6207) 评论(0) 推荐(1) 编辑
摘要: 学习资料:https://github.com/google/yapf背景现在的大多数 Python 代码格式化工具(比如:autopep8 和 pep8ify)是可以移除代码中的 lint 错误。这显然有些局限性。比如:遵循 PEP 8 指导的代码可能就不会被格式化了,但这并不说明代码看起来就舒服... 阅读全文
posted @ 2015-12-25 11:25 微微微笑 阅读(8678) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://www.52nlp.cn/python-网页爬虫-文本处理-科学计算-机器学习-数据挖掘 曾经因为NLTK的缘故开始学习Python,之后渐渐成为我工作中的第一辅助脚本语言,虽然开发语言是C/C++,但平时的很多文本数据处理任务都交给了Python。离开腾讯创业后,第一个作品课 阅读全文
posted @ 2015-12-25 10:16 微微微笑 阅读(335) 评论(0) 推荐(0) 编辑
摘要: hub端Step1: 下载 selenium-server-standalone-x.xx.x.jar我下载的是:selenium-server-standalone-2.44.0.jar下载地址: http://selenium-release.storage.googleapis.com/ind... 阅读全文
posted @ 2015-12-08 15:57 微微微笑 阅读(510) 评论(0) 推荐(0) 编辑
摘要: 像风一样自由的4篇博客:http://blog.csdn.net/five3/article/details/9671287http://blog.csdn.net/five3/article/details/9428655http://blog.csdn.net/five3/article/det... 阅读全文
posted @ 2015-12-08 11:13 微微微笑 阅读(138) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 21 下一页