|
|||||||||||||||||||||||||||||||||||
|
18 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
32 of 33 people found the following review helpful:
5.0 out of 5 stars
An Excellent Book,
By
This review is from: Beginning Python Visualization: Crafting Visual Transformation Scripts (Books for Professionals by Professionals) (Paperback)
Sometimes a picture is worth a thousand words. "Beginning Python Visualization: Creating Visual Transformation Scripts", published in February 2009 by Apress, shows how Python and its related tools can be used to easily and effectively turn raw data into visual representations that communicate effectively. The author is Shai Vaingast, a professional engineer and engineering manager who needed to train scientists and engineers to do this kind of programming work. He was looking for a tutorial and reference work, and unable to find a suitable text, wound up writing his first book. He wrote in the easy and clear style of someone comfortable and engaged with the subject matter.
The book uses several very specific examples that illustrate general principles. The first example is using GPS data. By using Python one can extract data from GPS receivers and enter it into the computer and manipulate it to do what one wants including creating graphs and charts. In this section he shows how to use CSV, comma separated values, as a most useful file format. He shows show to extract data from real world GPS devices and import it via serial ports and the PySerial module. It would be easy for the reader to duplicate and extend this project. The heart of the book is coverage of useful examples utilizing MatPlotLib, NumPy and SciPy. These related tools are easy to use and fully integrated with Python. MatPlotLib is for plotting data and graphs, including interactive graphs and image files. NumPy is a powerful math library comparable to commercial tools like MatLab, and SciPy extends NumPy to for the sciences. Examples are numerous and include signal analysis using Fourier transforms. There is also a section on Image Processing using PIL, the Python Imaging Library. This is used for relatively simple image cropping and sizing and also for bit by bit image processing. Interpolation and curve fitting are also well covered. For anyone wanting an introduction to graphical analysis of statistical data, this would be an excellent resource. The author is obviously a professional in this field. He has a knack for good organizational style and a pragmatic approach to the work. In the book he says "Most of the time, research is organized chaos. The emphasis, however, should be on organized, not chaos." A real value I got from the book is a better understanding of data files, format, and organization as well as methods and guidelines for selecting file formats and storing and organizing data to enable fast and efficient data processing. It is obvious that this book was written by a practicing engineer. The theme of the book is that Python can be an all purpose environment for data manipulation and visualization, using nothing but free and open source tools that are easily integrated and scriptable without using multiple programming languages. The book should be an invaluable tool for scientists and engineers but it is also easily accessible to anyone interested in math and data analysis. There is no need for an advanced math background. While, as a matter of full disclosure, I have undergraduate degrees in Math and Physics, I feel the book should be easily accessible to anyone with a solid high school math background who is seriously interested in the subject. The book contains a short introductory tutorial on the basics of Python so anyone familiar with programming in any language should be fine. The book is an easy read from front to back, and I am sure it will also be a good reference resource for the future. The writing style is very clear and unforced and I found surprisingly few errors. While the Python world has a surplus of introductory and general books, books covering this kind of specific domain are especially welcome, and we could use more on other topics by competent authors. At 363 pages the book is a surprisingly fast read. Its methodology is to use specific, short code examples to make all the key points. Most of the code samples are well selected, short and written in clear, concise Python. This is not the kind of book that overwhelms you with massive amounts of code. Either the book was well edited or else it was written by an exceptionally lucid thinker, or both. So, if you want to learn how to process, organize, and visualize data from various sources using the Python language, I recommend this book to you. I also have posted a podcast of an interview I did with the author at www.awaretek.com/python/index.html
22 of 23 people found the following review helpful:
4.0 out of 5 stars
Short on visualization - but great book nonetheless,
This review is from: Beginning Python Visualization: Crafting Visual Transformation Scripts (Books for Professionals by Professionals) (Paperback)
After spending many years coding with a variety of languages/tools (C#/VB.Net,VBA, Matlab, various numerical libraries), I picked-up Python and am blown away with its versatility. Clean and minimal syntax, no bloated API, and an amazing array of open-source modules. Libraries such as Numpy,Scipy, Matplotlib, Pylab, Python(x,y) means I can ditch Matlab and keep all the functionality I need.
This book is a great introduction to Python for anyone who needs to handle and process data, and to the best open-source tools available to work with Python. It covers graphical display of data, but I wouldn't say it focuses on visualization per se. This is one of five Python books I would recommend: the other four being the Python Essential Reference (Beazley), Rapid GUI Programming with Python and QT (Summerfield), Learning Python (Lutz), and Programming Collective Intelligence (Segaran). Wish this had been around just a year ago!
18 of 20 people found the following review helpful:
4.0 out of 5 stars
Excellent introduction to data processing and graphing in Python.,
This review is from: Beginning Python Visualization: Crafting Visual Transformation Scripts (Books for Professionals by Professionals) (Paperback)
I was the technical reviewer for this book, and I very much enjoyed the experience. The book is an excellent hands-on introduction to producing all sorts of useful graphs. It also discusses how to organize data files, write scripts properly, and do all sorts of things that scientists and presentation-oriented programmers will need to do sooner or later.
Technically, the book relies on scipy and matplotlib especially. These are very functional and well-known toolkits, so you won't be wasting your time on weird unsupported packages when reading this book.
12 of 13 people found the following review helpful:
5.0 out of 5 stars
Getting you right on the task.,
This review is from: Beginning Python Visualization: Crafting Visual Transformation Scripts (Books for Professionals by Professionals) (Paperback)
I share some of the experience of the author that has driven him to write this book, needing frequently to count on awk, perl, c (with numerical recipes), c++, matlab and excel to perform tasks involving data analysis - and I am thrilled to find a book that suggests a complete methodology to address these issues, in a unified and simple way.
This book is not a manual to phyton (although you learn it while reading), but a tutorial on how to perform the tasks at hand easily. If you encounter these day-to-day issues of automating your tasks (not as a part of an enterprise software project, but have things done today, which can easily be re-done later) - this is the book to read.
9 of 10 people found the following review helpful:
4.0 out of 5 stars
A fun way to learn Python,
This review is from: Beginning Python Visualization: Crafting Visual Transformation Scripts (Books for Professionals by Professionals) (Paperback)
I'm not sure you'll know that much about visualization when you're done reading this book, but you'll have lots of fun and probably know enough Python to be dangerous. This reminds me of the fun books that came out about ten years ago written by authors that taught various languages - C, C++, Haskell, Java - by programming multimedia. You don't see very many of those around anymore, even though that's a great way to teach someone a new programming language - by letting them feel like they've accomplished something when they actually "see" the results of their code. That's what this book does. You're not really learning that much about the theory of visualization. You're learning how to graph filter plots, display images, and put up some interesting but basic graphics with Python and its libraries.
Note that to use this book you have to use some open source Python libraries such as scipy - Scientific Python - for example. If you want to learn visualization I recommend the books of Edward Tufte. If you are the no-nonsense type who wants to go from journeyman to expert Python programmer I suggest Learning Python. However, if you are just someone who needs to get something simple in the way of an interface going, and you'd like to try out Python as a language and tool, this might be the way to go.
17 of 21 people found the following review helpful:
1.0 out of 5 stars
Very Disappointing,
By
Amazon Verified Purchase(What's this?)
This review is from: Beginning Python Visualization: Crafting Visual Transformation Scripts (Books for Professionals by Professionals) (Paperback)
I was really excited to find this book, but was very disappointed when I got it. Most of the book is random trivia about Python - I don't consider parsing CSV files or displaying the Hebrew alphabet very relevant to visualization. If you need to learn Python, there are much better books for that. When this book finally does get to visualization, it only covers *extremely* basic 2d plotting and what they call image processing is less than trivial. I would certainly expect that a book on Python visualization would mention vtk ( with Python bindings ) and mayaVi. I know the title contains the word "beginning", but this book is a total waste of money.
6 of 7 people found the following review helpful:
5.0 out of 5 stars
Learn Python and good working practises,
By Shai Ayal (Shoham, Israel) - See all my reviews
This review is from: Beginning Python Visualization: Crafting Visual Transformation Scripts (Books for Professionals by Professionals) (Paperback)
I recommend this book to anyone considering data analysis and visualization - this book will provide you with a very good basis on which to build your skills.
This book has two themes - the first is as implied by the title -- it is an excellent introduction with many examples to python programming and visualization. The second theme, present throughout the book, is about using good working practices when performing data analysis. It is apparent that the author has a lot of experience in analysis and visualization of data, and he shares this knowledge in many tips sprinkled throughout the text.
5 of 6 people found the following review helpful:
5.0 out of 5 stars
Automate data analysis with Python,
By
This review is from: Beginning Python Visualization: Crafting Visual Transformation Scripts (Books for Professionals by Professionals) (Paperback)
Having experience in data visualization, I found the book extremely useful. From mundane tasks such as file naming and directory organization to elegant scripts for processing and graphing data, the book provides a complete systematic approach to gathering, processing and visualizing data. The Python language is the linchpin of the book along with modules such as NumPy and SciPy and plotting with matplotlib. Many practical examples (not text-book examples that are sometimes not applicable to real-world problems) are provided that I could immediately relate to and even implement in my work. The author dispenses many tips, insight and good engineering practices from his experience that get the job done. Highly recommended for professionals who deal with automating data analysis.
2 of 3 people found the following review helpful:
5.0 out of 5 stars
Very usefull book to learn python,
By
This review is from: Beginning Python Visualization: Crafting Visual Transformation Scripts (Books for Professionals by Professionals) (Paperback)
I started to read this book and installed python on my machine to practice python coding along the way. Indeed, this is the best way to learn.
This book is very well written and strongly suggested to anyone who wants to learn python. Clearly, the author have made an effort to organize this book to be fun and reader friendly. Besides being educating, this book also suggests a methodology to organize large amounts of data. Some people I know might find this very useful. Have fun to read this. I did.
1.0 out of 5 stars
cannot be navigated kindle or xoom,
Amazon Verified Purchase(What's this?)
This review is from: Beginning Python Visualization: Crafting Visual Transformation Scripts (Books for Professionals by Professionals) (Paperback)
I was impressed by the sample I read on a XOOM. After buying the book for kindle I found the following.
Cannot go to chapters via Table of contents. Cannot go to a specified location. If you want to read the book from cover to cover it would be fine on these machines but as a reference it's not much use. |
|
Most Helpful First | Newest First
|
|
Beginning Python Visualization: Crafting Visual Transformation Scripts (Books for Professionals by Professionals) by Shai Vaingast (Paperback - February 24, 2009)
$42.99 $33.99
In Stock | ||