Python for Data Analysis
Join the DZone community and get the full member experience.
Join For Freei recommend using python for data analysis, and i recommend wes mckinney’s book python for data analysis .
i prefer python to r for mathematical computing because mathematical computing doesn’t exist in a vacuum; there’s always other stuff to do. i find doing mathematical programming in a general purpose language is easier than doing general-purpose programming in a mathematical language. also, general-purpose languages like python have larger user bases, are better designed, have better tool support, etc.
python per se doesn’t have everything you need for mathematical computing. you need to combine several tools and libraries, typically at least scipy, matplotlib, and ipython. because there are different pieces involved, it’s hard to find one source to explain using them all together. also, even with the three additional components mentioned before, there is a need for additional software for working with structured data.
wes mckinney developed the pandas library to give python “rich data structures and functions designed to make working with structured data fast, easy, and expressive.” and now he has addressed the need for unified exposition by writing a single book that describes how to use the python mathematical computing stack. importantly, the book covers two recent developments that make python more competitive with other environments for data analysis: enhancements to ipython and wes’ own pandas project.
python for data analysis is available for pre-order. i don’t know when the book will be available but amazon lists the publication date as october 29. my review copy was a pdf, but at least one paper copy has been spotted in the wild:
wes mckinney holding his book at o’reilly’s strata conference. photo posted on twitter yesterday.
Published at DZone with permission of John Cook, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
What Is Envoy Proxy?
-
Essential Architecture Framework: In the World of Overengineering, Being Essential Is the Answer
-
13 Impressive Ways To Improve the Developer’s Experience by Using AI
-
How Web3 Is Driving Social and Financial Empowerment
Comments