跳至内容

ASPIRE

Read more, Write more, Think more, Know more.

标签: Python

[translate]用10行Python写成的模糊查询

导语: 模糊匹配可以算是现代编辑器(在选择打开文件时)的一个必备特性了,它所做的就是根据用户输入的部分内容猜测… 继续阅读[translate]用10行Python写成的模糊查询

发布日期:2015-07-26
分类:Programing、Tools 标签:fuzzy、Python、tips

在创建list/tuple时多写一个逗号

缘由: 在看一些Python代码的时候会发现有人在创建list/tuple的时候会在最后一个元素后面添加一个&… 继续阅读在创建list/tuple时多写一个逗号

发布日期:2015-07-25
分类:KnowledgeBase、Programing 标签:list、Python、tuple

Python中 is 和 == 的区别和用法

缘由: http://www.reddit.com/r/Python/comments/3a2jlj/why_… 继续阅读Python中 is 和 == 的区别和用法

发布日期:2015-07-25
分类:KnowledgeBase、Programing 标签:is、Python

用Python进行字符串提取的两种方法

一、提取某两个标记之间的文本内容(多行) 有文本内容如下: fdsjhgjhg fdshkjhk Start … 继续阅读用Python进行字符串提取的两种方法

发布日期:2015-07-25
分类:KnowledgeBase、Linux、Programing 标签:awk、Python、sed、tips

[collect]Python代码的性能优化技巧

之前在看《Python高手之路》那本书的第10章(性能与优化)时,做了一些读书笔记(其实就是摘抄),后来又看到… 继续阅读[collect]Python代码的性能优化技巧

发布日期:2015-07-12
分类:KnowledgeBase、Programing、Tools 标签:efficiency、Python

用Python的xlrd模块处理时间单元格

搜索关键字: Python xlrd excel 日期 时间单元格 参考链接: http://blog.csd… 继续阅读用Python的xlrd模块处理时间单元格

发布日期:2015-07-04
分类:KnowledgeBase、Programing、Tools 标签:Excel、Python、xlrd

Python的argparse模块的学习

缘由: 因为在Python2.7之后Python不再对optparse模块进行扩展,并推荐使用argparse… 继续阅读Python的argparse模块的学习

发布日期:2015-07-04
分类:KnowledgeBase、Programing、Tools 标签:argparse、Python

[read]Python高手之路

首先说明,我还只是个Python新手,虽然接触Python已经快一年了,但感觉也就是个用Python写脚本的,… 继续阅读[read]Python高手之路

发布日期:2015-06-08
分类:KnowledgeBase、Programing、Tools 标签:Python、reading

Python装饰器的学习

搜索关键字: python decorator site:stackoverflow.com Python 装… 继续阅读Python装饰器的学习

发布日期:2015-06-08
分类:KnowledgeBase、Programing、Tools 标签:decorator、Python

Linux的tac命令的多种实现

搜索关键字: use awk to read a file in reverse 参考链接: http://w… 继续阅读Linux的tac命令的多种实现

发布日期:2015-06-08
分类:KnowledgeBase、Linux、Other、Tools 标签:awk、perl、Python、sed、tac

文章分页

较新文章 1 … 9 … 18 较早文章
ASPIRE
自豪地采用WordPress。