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
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