|
6 | 6 | "source": [
|
7 | 7 | "# Introduction\n",
|
8 | 8 | "\n",
|
9 |
| - "- [Introduction to the tutorial](./00-intro.ipynb)\n", |
| 9 | + "- [Introduction to the tutorial](./00_intro.ipynb)\n", |
10 | 10 | "\n",
|
11 | 11 | "# Basic Tutorial\n",
|
12 | 12 | "\n",
|
13 |
| - "- [Basic datatypes](./01-basic_datatypes.ipynb)\n", |
14 |
| - "- [Control Flow](./02-control_flow.ipynb)\n", |
15 |
| - "- [Functions](./03-functions.ipynb)\n", |
16 |
| - "- [Input-Output](./04-input_output.ipynb)\n", |
17 |
| - "- [Object-oriented programming](./05-object_oriented_programming.ipynb)\n", |
18 |
| - "- [Modules and packages](./06-modules_and_packages.ipynb)\n", |
| 13 | + "- [Basic datatypes](./01_basic_datatypes.ipynb)\n", |
| 14 | + "- [Control Flow](./02_control_flow.ipynb)\n", |
| 15 | + "- [Functions](./03_functions.ipynb)\n", |
| 16 | + "- [Input-Output](./04_input_output.ipynb)\n", |
| 17 | + "- [Object-oriented programming](./05_object_oriented_programming.ipynb)\n", |
| 18 | + "- [Modules and packages](./06_modules_and_packages.ipynb)\n", |
19 | 19 | "\n",
|
20 | 20 | "# Advanced tutorial\n",
|
21 | 21 | "\n",
|
22 |
| - "- [Manage Python project](./10-manage_python_project.ipynb)\n", |
23 |
| - "- [Functional programming](./11-functional_programming.ipynb)\n", |
24 |
| - "- [Advanced functions](./12-functions_advanced.ipynb)\n", |
25 |
| - "- [Advanced Object-oriented programming](./13-object_oriented_programming_advanced.ipynb)\n", |
| 22 | + "- [Manage Python project](./10_manage_python_project.ipynb)\n", |
| 23 | + "- [Functional programming](./11_functional_programming.ipynb)\n", |
| 24 | + "- [Advanced functions](./12_functions_advanced.ipynb)\n", |
| 25 | + "- [Advanced Object-oriented programming](./13_object_oriented_programming_advanced.ipynb)\n", |
26 | 26 | "\n",
|
27 | 27 | "# Libraries\n",
|
28 | 28 | "\n",
|
29 |
| - "- [Matplotlib](./20-library_matplotlib.ipynb)\n", |
30 |
| - "- [NumPy](./21-library_numpy.ipynb)\n", |
31 |
| - "- [scikit-learn](./22-library_sklearn.ipynb)\n", |
32 |
| - "- [SciPy](./23-library_scipy.ipynb)\n", |
33 |
| - "- [Pandas](./24-library_pandas.ipynb)\n", |
| 29 | + "- [Matplotlib](./20_library_matplotlib.ipynb)\n", |
| 30 | + "- [NumPy](./21_library_numpy.ipynb)\n", |
| 31 | + "- [scikit-learn](./22_library_sklearn.ipynb)\n", |
| 32 | + "- [SciPy](./23_library_scipy.ipynb)\n", |
| 33 | + "- [Pandas](./24_library_pandas.ipynb)\n", |
34 | 34 | "\n",
|
35 | 35 | "# Additional Topics\n",
|
36 | 36 | "\n",
|
37 |
| - "- [Parallelism and concurrency in Python](./14-threads.ipynb)\n" |
| 37 | + "- [Parallelism and concurrency in Python](./14_threads.ipynb)\n" |
38 | 38 | ]
|
39 | 39 | }
|
40 | 40 | ],
|
|
54 | 54 | "name": "python",
|
55 | 55 | "nbconvert_exporter": "python",
|
56 | 56 | "pygments_lexer": "ipython3",
|
57 |
| - "version": "3.12.0" |
| 57 | + "version": "3.10.10" |
58 | 58 | }
|
59 | 59 | },
|
60 | 60 | "nbformat": 4,
|
|
0 commit comments