The Artima Developer Community
Sponsored Link

Books Forum
Data Crunching

1 reply on 1 page. Most recent reply: Jun 12, 2005 8:22 AM by Girts Kalnins

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Andrew Hunt

Posts: 201
Nickname: andyhunt
Registered: Mar, 2003

Data Crunching (View in Chapters Library)
Solve Everyday Problems using Java, Python, and more
by Greg Wilson
Posted: Jun 10, 2005 5:34 PM
Reply to this message Review this Book
Download a Free Chapter

What is data crunching?
Please login to download.

Buy the Book

About the Book

ISBN: 0-9745140-7-1
Publisher: Pragmatic Bookshelf
Publication Date: 2005
Edition: 1st
Binding: Paperback (also available in PDF)
Number of Pages: 208

Advertisement
Every day, all around the world, programmers have to recycle legacy data, translate from one vendor's proprietary format into another's, check that configuration files are internally consistent, and search through web logs to see how many people have downloaded the latest release of their product.

This kind of data crunching may not be glamorous, but knowing how to do it efficiently is essential to being a good programmer. 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 under-used, 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.

Data Crunching covers areas of most interest to working programmers:

  • Using Plain Text Files
  • Learning Regular Expression syntax
  • Parsing XML using SAX, DOM, and XSLT
  • Encoding data in binary files
  • Handling relational databases using SQL


Girts Kalnins

Posts: 23
Nickname: smejmoon
Registered: May, 2003

Re: Data Crunching Posted: Jun 12, 2005 8:22 AM
Reply to this message Reply
This choice of chapter seems strange. Some real contents would be better.

Flat View: This topic has 1 reply on 1 page
Topic: Refactoring to Patterns Previous Topic   Next Topic Topic: Pro SQL Server Reporting Services

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use