Skip to content

Commit cdc1dee

Browse files
committed
add Table of Contents
1 parent 6ace132 commit cdc1dee

10 files changed

+1599
-471
lines changed

Ch00-IntroCourseTableOfContents.ipynb

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "5ab57a49",
6+
"metadata": {},
7+
"source": [
8+
"# Table of Contents\n",
9+
"\n",
10+
"### [Ch01 - Introduction](./Ch01-Introduction.ipynb)\n",
11+
"### [Ch02 - Data, Variables & Standard IO](./Ch02-1-Data-Variables-StdIO.ipynb)\n",
12+
"### [Ch03-1 - Built-in Functions](./Ch03-1-Functions-Built-in.ipynb)\n",
13+
"### [Ch03-2 - Std Library Functions](./Ch03-2-Functions-Library.ipynb)\n",
14+
"### [Ch03-3 - User-defined Functions](./Ch03-3-Functions-UserDefined.ipynb)\n",
15+
"### [Ch03-4 - Unittesting](./Ch03-4-UnittestingFunctions.ipynb)\n",
16+
"### [Ch03-5 - Namespace, Modules & Refactoring](./Ch03-5-NamespaceModulesRefactoring.ipynb)\n",
17+
"### [Ch04 - Conditionals](./Ch04-Conditionals.ipynb)\n",
18+
"### [Ch05 - Iterations](./Ch05-Iterations.ipynb)\n",
19+
"### [Ch06 - Strings](./Ch06-Strings.ipynb)\n",
20+
"### [Ch07 - Tuples](./Ch07-Tuples.ipynb)\n",
21+
"### [Ch08-1 - Lists](./Ch08-1-Lists.ipynb)\n",
22+
"### [Ch09-1 - Dictionaries](./Ch09-1-Dictionaries.ipynb)\n",
23+
"### [Ch10-1 - Files](./Ch10-1-Files.ipynb)\n",
24+
"### [Ch13 - Recursion](./Ch13-Recursion.ipynb)\n",
25+
"### [Ch14 - OOP Introduction](./Ch14-OOP.ipynb)\n"
26+
]
27+
},
28+
{
29+
"cell_type": "code",
30+
"execution_count": null,
31+
"id": "e16018e4",
32+
"metadata": {},
33+
"outputs": [],
34+
"source": []
35+
}
36+
],
37+
"metadata": {
38+
"kernelspec": {
39+
"display_name": "Python 3 (ipykernel)",
40+
"language": "python",
41+
"name": "python3"
42+
},
43+
"language_info": {
44+
"codemirror_mode": {
45+
"name": "ipython",
46+
"version": 3
47+
},
48+
"file_extension": ".py",
49+
"mimetype": "text/x-python",
50+
"name": "python",
51+
"nbconvert_exporter": "python",
52+
"pygments_lexer": "ipython3",
53+
"version": "3.10.8"
54+
}
55+
},
56+
"nbformat": 4,
57+
"nbformat_minor": 5
58+
}

Ch03-2-Functions-Library.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# 3 Python Standard Libraries\n",
7+
"# Python Standard Libraries\n",
88
"\n",
99
"<a href=\"https://colab.research.google.com/github/rambasnet/FDSPython-Notebooks/blob/master/Ch03-2-Functions-Library.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
1010
"\n",
@@ -4171,7 +4171,7 @@
41714171
"name": "python",
41724172
"nbconvert_exporter": "python",
41734173
"pygments_lexer": "ipython3",
4174-
"version": "3.8.12"
4174+
"version": "3.10.8"
41754175
}
41764176
},
41774177
"nbformat": 4,

0 commit comments

Comments
 (0)