2015年6月29日
摘要: 1. 基本使用#!/usr/bin/env python# coding=utf-8import matplotlib.pyplot as pltfrom numpy.random import randn# example 1fig = plt.figure()ax1 = fig.add_subp... 阅读全文
posted @ 2015-06-29 11:22 星空守望者--jkmiao 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 1.基本用法#!/usr/bin/env python# coding=utf-8import re# example 1text ="fjsk test\t fjskd bar\t \ttest"regex = re.compile('\s+')print regex.split(text)# e... 阅读全文
posted @ 2015-06-29 11:05 星空守望者--jkmiao 阅读(416) 评论(0) 推荐(0) 编辑