Python Forum
Best book for numpy,scipy & pandas - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Best book for numpy,scipy & pandas (/thread-1429.html)



Best book for numpy,scipy & pandas - Surya - Jan-02-2017

Hi All,

Kindly let me know what are some of the good books for learning numpy,scipy and pandas.

I am relatively new to python but i know the basics conceptsĀ  and several modules

Thank you,
Surya


RE: Best book for numpy,scipy & pandas - Larz60+ - Jan-02-2017

Take a look at (O'Reilly Publishing) Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython
by Wes McKinney

A paper: pandas: powerful Python data analysis toolkit

review


RE: Best book for numpy,scipy & pandas - Surya - Jan-03-2017

Thanks for the reply.

However , i found thatĀ  the book was first published in 2012 and since then there have been no new releases of the book.

Just wondering if the concepts covered in that book are compatible/used in/with python's latest versions.


RE: Best book for numpy,scipy & pandas - Larz60+ - Jan-03-2017

still a good book.
You can probably buy it for a few dollars used on amazon


RE: Best book for numpy,scipy & pandas - Surya - Jan-03-2017

Will do...Thank you