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
+20-6Lines changed: 20 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,26 @@ See also the free companion project, [A Whirlwind Tour of Python](https://github
10
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
11
12
12
### [Contents](notebooks/Index.ipynb)
13
-
### [Preface](notebooks/00.00-Preface.ipynb)
14
-
### 1. [IPython: Beyond Normal Python](notebooks/01.00-IPython-Beyond-Normal-Python.ipynb)
15
-
### 2. Introduction to NumPy *(coming soon)*
16
-
### 3. Data Manipulation with Pandas *(coming soon)*
17
-
### 4. Visualization with Matplotlib *(coming soon)*
18
-
### 5. Machine Learning *(coming soon)*
13
+
14
+
#### [Python Data Science Handbook](notebooks/00.00-Preface.ipynb)
15
+
16
+
#### [IPython: Beyond Normal Python](notebooks/01.00-IPython-Beyond-Normal-Python.ipynb)
17
+
-[Help and Documentation in IPython](notebooks/01.01-Help-And-Documentation.ipynb)
18
+
-[Keyboard Shortcuts in the IPython Shell](notebooks/01.02-Shell-Keyboard-Shortcuts.ipynb)
0 commit comments