Skip to content

Commit 738d179

Browse files
committed
Update README table of contents
1 parent 7ed353d commit 738d179

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

README.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,26 @@ See also the free companion project, [A Whirlwind Tour of Python](https://github
1010
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:
1111

1212
### [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)
19+
- [IPython Magic Commands](notebooks/01.03-Magic-Commands.ipynb)
20+
- [Input and Output History](notebooks/01.04-Input-Output-History.ipynb)
21+
- [IPython and Shell Commands](notebooks/01.05-IPython-And-Shell-Commands.ipynb)
22+
- [Errors and Debugging](notebooks/01.06-Errors-and-Debugging.ipynb)
23+
- [Profiling and Timing Code](notebooks/01.07-Timing-and-Profiling.ipynb)
24+
- [More IPython Resources](notebooks/01.08-More-IPython-Resources.ipynb)
25+
26+
#### 2. Introduction to NumPy *(coming soon)*
27+
28+
#### 3. Data Manipulation with Pandas *(coming soon)*
29+
30+
#### 4. Visualization with Matplotlib *(coming soon)*
31+
32+
#### 5. Machine Learning *(coming soon)*
1933

2034

2135
## Code Listings

0 commit comments

Comments
 (0)