Charming Python: Text processing in Python

Haiyang Ai

Administrator
转载:IBM 网站上面关于使用 Python 处理文本的学习资料

Charming Python: Text processing in Python

David Mertz

Along with several other popular scripting languages, Python is an excellent tool for scanning and manipulating textual data. This article summarizes Python's text processing facilities for the programmer new to Python. The article explains some general concepts of regular expressions and offers advice on when to use (or not use) regular expressions while processing text.

http://www.ibm.com/developerworks/linux/library/l-python5.html
 
回复: Charming Python: Text processing in Python

Dive Into Python 这本书比较容易懂,主要是用例子来说明 python 语言各个方面的特征,没有大段大段理论铺垫。建议大家有时间看看这本书。可以网上阅读,也可以下载到自己机器上看。
 
Back
顶部