|
28 | 28 | "### [Preface](00.00-Preface.ipynb)\n", |
29 | 29 | "\n", |
30 | 30 | "### [IPython: Beyond Normal Python](01.00-IPython-Beyond-Normal-Python.ipynb)\n", |
31 | | - "- [Help And Documentation](01.01-Help-And-Documentation.ipynb)\n", |
32 | | - "- [Shell Keyboard Shortcuts](01.02-Shell-Keyboard-Shortcuts.ipynb)\n", |
33 | | - "- [Magic Commands](01.03-Magic-Commands.ipynb)\n", |
34 | | - "- [Input Output History](01.04-Input-Output-History.ipynb)\n", |
35 | | - "- [IPython And Shell Commands](01.05-IPython-And-Shell-Commands.ipynb)\n", |
| 31 | + "- [Help and Documentation in IPython](01.01-Help-And-Documentation.ipynb)\n", |
| 32 | + "- [Keyboard Shortcuts in the IPython Shell](01.02-Shell-Keyboard-Shortcuts.ipynb)\n", |
| 33 | + "- [IPython Magic Commands](01.03-Magic-Commands.ipynb)\n", |
| 34 | + "- [Input and Output History](01.04-Input-Output-History.ipynb)\n", |
| 35 | + "- [IPython and Shell Commands](01.05-IPython-And-Shell-Commands.ipynb)\n", |
36 | 36 | "- [Errors and Debugging](01.06-Errors-and-Debugging.ipynb)\n", |
37 | | - "- [Timing and Profiling](01.07-Timing-and-Profiling.ipynb)\n", |
| 37 | + "- [Profiling and Timing Code](01.07-Timing-and-Profiling.ipynb)\n", |
38 | 38 | "- [More IPython Resources](01.08-More-IPython-Resources.ipynb)\n", |
39 | 39 | "\n", |
40 | | - "### Introduction to NumPy *(coming soon)*\n", |
| 40 | + "### [Introduction to NumPy](02.00-Introduction-to-NumPy.ipynb)\n", |
| 41 | + "- [Understanding Data Types in Python](02.01-Understanding-Data-Types.ipynb)\n", |
| 42 | + "- [The Basics of NumPy Arrays](02.02-The-Basics-Of-NumPy-Arrays.ipynb)\n", |
| 43 | + "- [Computation on NumPy Arrays: Universal Functions](02.03-Computation-on-arrays-ufuncs.ipynb)\n", |
| 44 | + "- [Aggregations: Min, Max, and Everything In Between](02.04-Computation-on-arrays-aggregates.ipynb)\n", |
| 45 | + "- [Computation on Arrays: Broadcasting](02.05-Computation-on-arrays-broadcasting.ipynb)\n", |
| 46 | + "- [Comparisons, Masks, and Boolean Logic](02.06-Boolean-Arrays-and-Masks.ipynb)\n", |
| 47 | + "- [Fancy Indexing](02.07-Fancy-Indexing.ipynb)\n", |
| 48 | + "- [Sorting Arrays](02.08-Sorting.ipynb)\n", |
| 49 | + "- [Structured Data: NumPy's Structured Arrays](02.09-Structured-Data-NumPy.ipynb)\n", |
41 | 50 | "\n", |
42 | 51 | "### Data Manipulation with Pandas *(coming soon)*\n", |
43 | 52 | "\n", |
44 | 53 | "### Visualization with Matplotlib *(coming soon)*\n", |
45 | 54 | "\n", |
46 | | - "### Machine Learning *(coming soon)*" |
| 55 | + "### Machine Learning *(coming soon)*\n", |
| 56 | + "\n", |
| 57 | + "### [Appendix: Figure Code](06.00-Figure-Code.ipynb)" |
47 | 58 | ] |
48 | 59 | } |
49 | 60 | ], |
|
0 commit comments