Skip to content

Commit d068025

Browse files
committed
Make notebooks more prominent
1 parent 5240b9a commit d068025

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,20 @@ Supplemental materials for my OReilly project, the
77

88
See also the free companion project, [A Whirlwind Tour of Python](https://github.com/jakevdp/WhirlwindTourOfPython).
99

10+
This repository will contain the full listing of IPython notebooks used to create the book, including all text and code. I am currently editing these, and will post them as I make my way through. See the content here:
11+
12+
### [Preface](notebooks/00.00-Preface.ipynb)
13+
### 1. [IPython: Beyond Normal Python](notebooks/01.00-IPython-Beyond-Normal-Python.ipynb)
14+
### 2. Introduction to NumPy *(coming soon)*
15+
### 3. Data Manipulation with Pandas *(coming soon)*
16+
### 4. Visualization with Matplotlib *(coming soon)*
17+
### 5. Machine Learning *(coming soon)*
18+
1019

1120
## Code Listings
1221

13-
All the code from the book can be found in [code_listings](code_listings).
22+
Until the notebooks are finished, you can see all the code from the book
23+
in [code_listings](code_listings).
1424
The code is in IPython notebooks, organized by book chapter and section.
1525
All code from this book was tested with Python 3.4-3.5, though it should be
1626
near 100% compatible with Python 2.7 as well.
@@ -23,19 +33,6 @@ Most figures are generated by the code within the text; those few that are not
2333
can be found in the online-only [Figure Appendix](figure_appendix/06.00-Figure-Code.ipynb)
2434

2535

26-
## Full Notebooks
27-
28-
The full notebooks, containing the entire text of the book, are being edited and will be made available in [notebooks](notebooks).
29-
30-
### Contents:
31-
32-
#### [Preface](notebooks/00.00-Preface.ipynb)
33-
#### 1. [IPython: Beyond Normal Python](notebooks/01.00-IPython-Beyond-Normal-Python.ipynb)
34-
#### 2. Introduction to NumPy *(coming soon)*
35-
#### 3. Data Manipulation with Pandas *(coming soon)*
36-
#### 4. Visualization with Matplotlib *(coming soon)*
37-
#### 5. Machine Learning *(coming soon)*
38-
3936

4037
## License
4138
The code here is released under the [MIT license](LICENSE-CODE). Read more at the [Open Source Initiative](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)