Skip to content

Commit 95664b9

Browse files
committed
Remove old code listings
1 parent 7b650ca commit 95664b9

File tree

58 files changed

+2
-37927
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2
-37927
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ Jupyter notebook content for my OReilly book, the
55

66
![cover image](notebooks/figures/PDSH-cover.png)
77

8-
This repository will contain the full listing of IPython notebooks used to create the book, including all text and code. The code was tested with Python 3.5, though most (but not all) snippets will work correctly in Python 2.7.
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.
99

1010
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.
1111

12-
I am currently doing the final edits of these notebooks, and will post them as I make my way through. See the content here:
13-
1412
---
13+
## [Table of Contents](http://nbviewer.jupyter.org/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb)
1514

1615
### [Preface](http://nbviewer.jupyter.org/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/00.00-Preface.ipynb)
1716

@@ -108,13 +107,6 @@ $ conda create -n PDSH python=3.5 --file requirements.txt
108107
You can read more about using conda environments in the [Managing Environments](http://conda.pydata.org/docs/using/envs.html) section of the conda documentation.
109108

110109

111-
## Code Listings
112-
113-
The notebooks above are still being edited. In the meantime, you can see the
114-
code from an earlier draft of the book in [code_listings](code_listings).
115-
This will be removed once the full notebooks are posted.
116-
117-
118110
## License
119111

120112
### Code

code_listings/01.06-Errors-and-Debugging.ipynb

Lines changed: 0 additions & 277 deletions
This file was deleted.

0 commit comments

Comments
 (0)