Quantcast
Channel: 百变贝贝 » python
Browsing latest articles
Browse All 11 View Live

python中关于文件路径的简单操作

出处 python中关于文件路径的简单操作 几个主要的函数: 1: os.listdir(path) //pa [......

View Article



python正则表达式学习

出处 python 中的re 模块 正则表达式 就个人而言,主要用它来做一些复杂字符串分析,提取想要的信息 学 [......

View Article

python非贪婪、多行匹配正则表达式例子

一些regular的tips: 1 非贪婪flag >>> re.findall(r&quo [......

View Article

python读有文件结束符的txt文本文件

一直用python读文件都是文本文件。用的方法是: lines=open('ft.txt') 但是前两天读一个 [......

View Article

转贴一个Python HTMLParser的使用例子

原文 http://crquan.blogbus.com/logs/8269701.html #!/usr/b [......

View Article


python的settimeout

有时候写python关于网络的程序。比如用urllib2等module发http请求的时候,发现有时候会有死掉 [......

View Article

django学习笔记

最近在看django,觉得这种快速开发的framework还是不错的。 但是也有他们存在的问题,尤其是刚开始不 [......

View Article

python版本的jquery

jquery在做html内容提取,分析的时候很方便。而python做类似的工作就麻烦一点,原来我都是用正则表达 [......

View Article


怎么给python添加新的lib path

python读取类库的顺序是,当前目录,pythonpath,path和安装目录。可以动态的设置pythonp [......

View Article


linux下使用imagemagick批量生成缩略图的python脚本

linux下使用imagemagick批量生成缩略图的python脚本。程序用了递归,可以查找目录下所有的图片 […...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images