python

基础教程:

  1. 个人博客:http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001374738264643de15c5c4abad47dd9510e3b86286acb8000

正则表达式:

  1. re和sub: http://yangchao.me/2014/03/python-re-sub
  2. 中文正则: http://wangwei007.blog.51cto.com/68019/1108694
  3. ubuntu python 正则表达式 - http://wiki.ubuntu.org.cn/Python%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E6%93%8D%E4%BD%9C%E6%8C%87%E5%8D%97

range()的详细用法及数组[::?]用法:

  1. http://www.cnblogs.com/buro79xxd/archive/2011/05/23/2054493.html

definition of false and true in python :

  1. https://mail.python.org/pipermail/tutor/2006-August/048436.html

dictionary:

  1. dict.get(key, 0) 如果没有则返回缺省值, [key]在没有该值的情况下返回异常。

读取xls文件(python-xlrd):

  1. http://www.youlikeprogramming.com/2012/03/examples-reading-excel-xls-documents-using-pythons-xlrd

读取xlsx文件(openpyxl):

  1. http://www.youlikeprogramming.com/2012/03/examples-reading-excel-xlsx-2007-documents-using-python-openpyxl/
  2. https://pythonhosted.org/openpyxl/optimized.html

读取word(python-docx):

  1. https://python-docx.readthedocs.org/en/latest/user/install.html#install
posted @ 2014-07-23 19:59  little_hsu  阅读(195)  评论(0编辑  收藏  举报