Skip to content

Commit a1253f2

Browse files
authored
Update introductory words in README
1 parent 5cc2d1f commit a1253f2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Python Data Science Handbook
22

3-
Jupyter notebook content for my OReilly book, the
4-
[Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do)
3+
This repository contains entire [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do), in the form of (free!) Jupyter notebooks.
54

65
![cover image](notebooks/figures/PDSH-cover.png)
76

8-
This repository contains the full listing of IPython notebooks used to create the book, including all text and code. The code was written and tested with Python 3.5, though most (but not all) snippets will work correctly in Python 2.7.
7+
This repository contains the full listing of IPython notebooks behind the [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do), including all text, code, and figures. The book was written and tested with Python 3.5, though older Python versions (including Python 2.7) should work in nearly all cases.
98

10-
See also the free companion project, [A Whirlwind Tour of Python](https://github.com/jakevdp/WhirlwindTourOfPython): a fast-paced introduction to the Python language aimed at researchers and scientists.
9+
The book introduces the core libraries essential for working with data in Python: particularly [IPython](http://ipython.org), [NumPy](http://numpy.org), [Pandas](http://pandas.pydata.org), [Matplotlib](http://matplotlib.org), [Scikit-Learn](http://scikit-learn.org), and related packages.
10+
Familiarity with Python as a language is assumed; if you need a quick introduction to the language itself, see the free companion project,
11+
[A Whirlwind Tour of Python](https://github.com/jakevdp/WhirlwindTourOfPython): it's a fast-paced introduction to the Python language aimed at researchers and scientists.
12+
13+
The following listing links to the notebooks in this repository, rendered through the [nbviewer](http://nbviewer.jupyter.org) service:
1114

1215
---
1316
## [Table of Contents](http://nbviewer.jupyter.org/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb)

0 commit comments

Comments
 (0)