Python Data Science Handbook
Python Data Science Handbook
Jake VanderPlas
This website contains the full text of the Python Data
Science Handbook
(http://shop.oreilly.com/product/0636920034919.do) by
Jake VanderPlas; the content is available on GitHub
(https://github.com/jakevdp/PythonDataScienceHandbook)
in the form of Jupyter notebooks.
# Table of Contents
## Preface (00.00-preface.html)
## 1. IPython: Beyond Normal
Python (01.00-ipython-beyond-
normal-python.html)
Help and Documentation in IPython (01.01-help-
and-documentation.html)
Keyboard Shortcuts in the IPython Shell (01.02-
shell-keyboard-shortcuts.html)
IPython Magic Commands (01.03-magic-
commands.html)
Input and Output History (01.04-input-output-
history.html)
IPython and Shell Commands (01.05-ipython-
and-shell-commands.html)
Errors and Debugging (01.06-errors-and-
debugging.html)
Profiling and Timing Code (01.07-timing-and-
profiling.html)
More IPython Resources (01.08-more-ipython-
resources.html)