This repository contains the entire Python Data Science Handbook, in the form of (free!) Jupyter notebooks. https://jakevdp.github.io/PythonDataScienceHandbook/
 
Go to file
Jake VanderPlas b430d11828 add Preface notebook 2016-11-17 14:45:39 -08:00
code_listings add data files 2016-08-19 09:12:27 -07:00
figure_appendix Add initial code listings 2016-08-11 15:44:38 -07:00
notebooks add Preface notebook 2016-11-17 14:45:39 -08:00
.gitignore Initial commit 2016-08-10 07:24:37 -07:00
LICENSE-CODE add Preface notebook 2016-11-17 14:45:39 -08:00
LICENSE-TEXT add Preface notebook 2016-11-17 14:45:39 -08:00
README.md add Preface notebook 2016-11-17 14:45:39 -08:00
cover-early-release.jpg use smaller cover image 2016-08-11 15:50:14 -07:00

README.md

Python Data Science Handbook Supplemental Materials

Supplemental materials for my OReilly project, the Python Data Science Handbook

cover image
cover image

See also the free companion project, A Whirlwind Tour of Python.

Code Listings

All the code from the book can be found in code_listings. The code is in IPython notebooks, organized by book chapter and section. All code from this book was tested with Python 3.4-3.5, though it should be near 100% compatible with Python 2.7 as well.

Figure Appendix

Nearly every figure used in the book was generated using Matplotlib. Most figures are generated by the code within the text; those few that are not can be found in the online-only Figure Appendix

Full Notebooks

The full notebooks, containing the entire text of the book, are being edited and will be posted in notebooks.

License

The code here is released under the MIT license. Read more at the Open Source Initiative.

The textual content of the book is released under the CC-BY-NC-ND license. Read more at Creative Commons.