You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-14Lines changed: 11 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,20 @@ Supplemental materials for my OReilly project, the
7
7
8
8
See also the free companion project, [A Whirlwind Tour of Python](https://github.com/jakevdp/WhirlwindTourOfPython).
9
9
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
+
10
19
11
20
## Code Listings
12
21
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).
14
24
The code is in IPython notebooks, organized by book chapter and section.
15
25
All code from this book was tested with Python 3.4-3.5, though it should be
16
26
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
23
33
can be found in the online-only [Figure Appendix](figure_appendix/06.00-Figure-Code.ipynb)
24
34
25
35
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
-
39
36
40
37
## License
41
38
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