Full description not available
J**Y
Outstanding Coverage of a Powerful Toolchain
Forgive the long winded review, but this book really resonated with me because (I think) I happen to align just about spot-on with its intended audience. I needed to setup a visualization dashboard to take in GBs of data weekly, and allow users to easily view it at various levels of granularity and slice through various directions in data space. This was for chip design data, so the data elements at their worst could represent hundreds of millions of transistors and connections, and the various data spaces could be timing, power, layout (physical space), time (timestamps) and so forth. But the specifics of the data are not important - the point is that there was a lot of it, and that users needed to interactively examine it.After introductory chapters covering foundational matters in python, javascript, html, css, and svg, Dale works through each stage of the data acquisition, processing, and visualization flow, following a nontrivial example project from the very beginning all the way through to completion.The first sections cover data procurement, cleaning techniques, and exploratory data visualization with pandas and matplotlib. Although in my case this portion of the flow was not as crucial (my data was more or less easy pickings and familiar), I did get a nice instructive window into some the issues that the "data science" crowd routinely worry about. I expect to benefit much more from this material in the future, as it is certain I'll have to confront less familiar datasets at some point. See the TOC online, as there is a lot of nice material here that, as it happens, I didn't yet need to dig into for my particular project. This time, that is.Since I already knew most of the requirements for my visualizations, my work started in earnest with the web app. This is where Dale's book really laid out a clear, detailed path for me.On the server side, his choice of the Flask micro web framework was a good fit, and the explanations were clear and helpful. Like many, I have in recent years become enamored of scripting in python, and Flask is a nice lightweight framework in which to easily code up a solid data delivery interface. I opted for MongoDB storage, but SQL is supported too; both are covered in the book. It's all spelled out, and it was straightforward to apply his techniques to my problem. One of the keys to making this work for me was his prescription for how to make a clean so-called REST interface, including - crucially - pagination, to throttle loads of JSON data from the server to the client via ajax.Then, on the client side, crossfilter.js and d3.js make it possible to produce some very sophisticated (and beautiful) visualizations. Crossfilter and d3, with all their subtleties and moving parts, are not easy tools to master - at least not for me. And there is perhaps an over abundance of code snippets out there on the web, a kind of fast food diet that does not provide sufficient understanding necessary to prevent the inevitable frustration later on when this approach starts to let you down. So Dale's step by step, screenshot by screenshot walkthroughs, with excellent color diagrams, really helped tremendously here. I have not seen better explanations anywhere.Final notes: The various sections of the book are relatively independent and can stand alone; depending on your background, you may be able to skip around and hunt for exactly what you need. If you are in a short term deadline situation, this may very well be the best approach initially. A reasonable skim of the appropriate section(s) of the book and a bit of copy-paste with the code should get you on your way.But, speaking generally, I would tend to advise against such an approach, especially when you're not under time pressure. This book is more of a running storyline and workshop than a quick-reference cookbook. A hunt-copy-paste approach could very well blind you to the whole point, and lead you to toss the book aside, incorrectly concluding that it won't help you after all. And even if you reap some quick early victories, you may still miss out on unexpected goodies that you'll later wish you hadn't. Instead, a more careful, active study is required to gain the fluency with these tools that you actually need so that they won't crumble when you try to apply them in new circumstances. If you make the effort, this extraordinary book will show you how to gain this fluency.
W**S
Tour De Force Of Data Visualization
This book does an excellent job of showing how to create a website for Data Visualization. Python and Javascript are the choosen languages along with many libraries. The choice of Python was for its strength in manipulating data, and Javascript is used for the front-end, particularly the D3 library.Throughout the book there is an example which uses data about Nobel Prize winners. The data is pulled from Wikipedia, cleaned, analyzed, hosted, and visualized. Each step of the process was explained well.The beginning of the book starts by introducing Python and Javascript; how they are different and how they are similar. Then each step of the 5-step process is explained with multiple chapters dedicated to each step. I was surprised how often the author had the meta-view to know which libraries were best, and to be able to link to all the right places. There are no random links, or extraneous information, everything was relevant to the goal of creating the site.Language in the book is better than most as the author takes times to explain in interesting ways. On page 274 when introducting different graph types he says: "The humble bar chart is a staple for a lot of visual data exploration." What a nice way to explain the importance of the bar chart.At the end I had a clear picture of how to build an impressive data visualization website form scratch. It was great to see an author who can provide a full-stack implementation and explain each aspect with ease.This book is in color which I really appreciated. It helped a lot to have syntax highlighting and I hope O'rielly does this for all their other books. The dimensions of the book is smaller than other O'rielly books as well; it was comfortable.
D**S
This is a really useful book. But be prepared for a long journey ...
This is a really useful book. But be prepared for a long journey with it, it is really ambitious. I'm still working though it after a year, and for each chapter that I go into I have to do a lot of research on the side to make everything make sense. Of course the packages are changing so fast that you can't rely on the code examples to function perfectly without doing your own debugging and syntax updating, this isn't the author's fault. The value of this book is the general pipeline it presents, not the specific instructions in each chapter.I think of this book as a general guide to how to navigate the modern landscape of web-based data visualization, a broad map for a pretty confusing landscape. I don't know of any other book that does that, even if you do have to delve into other resources on the side as you go.
Y**U
Some Contents are Outdated
It's a good book overall, it covers basics of web development, web scraping, data analytics with Python, data visualization in Python and with D3.But be warned that many topics in the books are already outdated given how fast this field is developing. Let me give you a few examples:1. This book says JavaScript doesn't support creating class in pythonic way, but now it does.2. This book introduces pandas panel and .ix method for pandas data frame, but now they are both deprecated.3. d3.json() method is changed to d3.json().then()There are many other small things that are outdated which I'm not going to list. When reading this book, make sure to also google the topics and check if there are better ways.
O**O
Five Stars
Excellent
A**R
Five Stars
Clearly written. Appreciated that it focused on building a concrete project.
J**N
Carefully written. Fantastic book
Among the absolute best books on this subject. Well structured.
J**E
very bad
very bad quality
C**E
Should have checked Amazon.com
For reference I have about 6 programming books, mostly Python related and this is the first one I adamantly don't like.I understand the fundamentals of programming, but would still consider myself a beginner.I am interested in data visualization and this book grabbed my attention, further spurned by all the positive reviews and decided to pick this one up, however before the book arrived I checked the American Amazon website and the warning signs started to appear, it has a 3.5 review there, which for a programming book is already a problem.I am not one for judging a book too harshly before even trying it so decided to give it a go regardless. The first and second chapters went fine, with the second chapter providing a comparison of both Python and Javascript and common similarities between the two - all well and good - but by the 3rd chapter I could see the issues that others had encountered on the American Amazon.This book is terribly sloppy and inefficient at explaining code. It jumps back and forth with small segments of code and it becomes difficult to know which ones you are supposed to program with and which are jolly little segments of information. Not to mention the instances of code I did use, a lot of it simply DOESN'T WORK! Maybe for more intermediate and advanced users they could better figure out what's wrong and fix these issues but I expected to learn from this book, not end up deeply confused and slog my way through.In future I will do two things:1. Find a better Data Visualization book.2. Look for reviews from many more sources before committing to a purchase.
B**N
The author does a great job at giving an overview to these diverse topics and that's no mean feat
Kyran Dale makes the point that while there are great tutorials for learning D3 or for building a Python REST API, there aren't a lot of resources that span the whole pipeline from scraping web data to building a NoSQL database, serving the data and writing a front-end with linked visualisations. Probably that's because to do so is a huge ask and requires knowledge of a load of different modules and (in this case) two programming languages but in this book he does a great job of covering a lot of material. I also think the level of detail is about right: he introduces important libraries like pandas and seaborn even though they're not really used in the main project of the book and he doesn't skimp on explaining the d3 code (Amazon currently says this is 300 pages long but my print copy stretches over 500 pages). As a bonus I didn't realise that the coloured animals on the cover signal the print book is full-colour, including syntax-highlighted code listings — it looks great!To be critical, the end result doesn't come out looking like a super awesome finished product. It would be nice to see it fleshed out with some styling and wrapped by a proper js web framework, maybe that's intentionally left as an exercise for the reader.
A**R
So good I've bought it twice
This book brings together a number of technologies in a really easy to follow way. I've loaned out my physical copy but have an electronic copy that I regularly use for reference. Honestly, this is my benchmark for writing on technical subjects. So well done.
K**N
Good resource
A pain in the ass subject made easier by some good suggestions for framework building and toil reducing initiatives. Very good.
A**R
Too many errors
full of errors. May need to wait for a while to make sure the editor corrects all the mistakes. Good topics in the book, but you may waste more time helping the author and editor pinpointing the mistakes. Not recommended for entry level.
Trustpilot
1 month ago
1 month ago