Jump to ratings and reviews
Rate this book

Text Processing in Python

Rate this book
Text Processing in Python describes techniques for manipulation of text using the Python programming language. At the broadest level, text processing is simply taking textual information and doing something with it. This might be restructuring or reformatting it, extracting smaller bits of information from it, or performing calculations that depend on the text. Text processing is arguably what most programmers spend most of their time doing. Because Python is clear, expressive, and object-oriented it is a perfect language for doing text processing, even better than Perl. As the amount of data everywhere continues to increase, this is more and more of a challenge for programmers. This book is not a tutorial on Python. It has two other helping the programmer get the job done pragmatically and efficiently; and giving the reader an understanding - both theoretically and conceptually - of why what works works and what doesn't work doesn't work. Mertz provides practical pointers and tips that emphasize efficent, flexible, and maintainable approaches to the textprocessing tasks that working programmers face daily.

544 pages, Paperback

First published January 1, 2002

1 person is currently reading
50 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
3 (11%)
4 stars
5 (18%)
3 stars
13 (48%)
2 stars
5 (18%)
1 star
1 (3%)
Displaying 1 - 2 of 2 reviews
Profile Image for Peter Herndon.
2 reviews1 follower
March 31, 2011
Saved my bacon a few times, helped me with some esoteric processing problems I faced.
Profile Image for Dominik Jurko.
8 reviews1 follower
March 31, 2021
Basic python2 text processing. I liked it for the retro vibe of what I was taught at uni to do in bash.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.