Jump to ratings and reviews
Rate this book

DATA CRUNCHING SOLVE EVERYDAY PROBLEMS USING JAVA,PYTHON & MORE

Rate this book
This book describes the most useful data crunching techniques, explains when you should use them, and shows how they will make your life easier. Along the way, it will introduce you to some handy, but underused, features of Java, Python, and other languages. It will also show you how to test data crunching programs and how data crunching fits into the larger software development picture.

Paperback

First published April 8, 2005

1 person is currently reading
45 people want to read

About the author

Greg Wilson

11 books1 follower

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
2 (7%)
4 stars
9 (34%)
3 stars
8 (30%)
2 stars
6 (23%)
1 star
1 (3%)
Displaying 1 - 2 of 2 reviews
47 reviews
July 2, 2010
This book is an pleasant, concise review of some basic tools for getting various things done with data. Mostly it is about trying to take data (e.g., in the form of some formatted text files) and reformatting it, manipulating it, or performing some querying on it. The book is a kind of tapas of various techniques and languages, emphasizing Java and Python examples for coding (it assumes some familiarity with these languages and provides nice code snippets) and concentrates on the 20% of the tools necessary to get 80% of the job done. The book covers topics such as I/O-type transformations, regular expressions, XML and XSLT, SQL, and some odds and ends, including basic topics on 2's-complement arithmetic.

This book is geared towards entry to intermediate level software developers, but serves admirably as a refresher on a variety of basic techniques that should be in the toolkits of all developers. In particular, it provides an excellent review for topics that may arise in programming interviews. Definitely worth checking out.

9 reviews
September 30, 2008
I was a bit disappointed by how much of the content of this book I already knew before reading it, but if you're not used to python and bash, it's an excellent read.
Displaying 1 - 2 of 2 reviews