Skip to content

Commit 44e1ffe

Browse files
committed
Update structure
1 parent 7a9302f commit 44e1ffe

File tree

2 files changed

+46
-33
lines changed

2 files changed

+46
-33
lines changed

Intermediate.ipynb

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,15 @@
102102
" - [2. Data structures](#2.-Data-structures)\n",
103103
" - [3. Conditional expressions](#3.-Conditional-expressions)\n",
104104
" - [4. Comprehensions](#4.-Comprehensions)\n",
105-
" - [5. Exceptions](#5.-Exceptions)\n",
106105
"\n",
107106
"- [Part II](#Part-II)\n",
107+
" - [5. Exceptions](#5.-Exceptions)\n",
108108
" - [6. Introduction to modules](#6.-Introduction-to-modules)\n",
109109
" - [7. Advanced string manipulation](#7.-Advanced-string-manipulation)\n",
110-
" - [8. (Optional) Working with modules: Examples and creating your own](#8.-(Optional)-Working-with-modules:-Examples-and-creating-your-own)\n",
111-
" - [9. (Optional) Brief introduction to Object-Oriented Programming](#9.-(Optional)-Brief-introduction-to-Object-Oriented-Programming)\n"
110+
"\n",
111+
"- [Optional topics](#Optional-topics)\n",
112+
" - [8. Working with modules: Examples and creating your own](#8.-(Optional)-Working-with-modules:-Examples-and-creating-your-own)\n",
113+
" - [9. Brief introduction to Object-Oriented Programming](#9.-(Optional)-Brief-introduction-to-Object-Oriented-Programming)\n"
112114
]
113115
},
114116
{
@@ -3650,6 +3652,16 @@
36503652
"# your solution\n"
36513653
]
36523654
},
3655+
{
3656+
"cell_type": "markdown",
3657+
"id": "13a0e98b",
3658+
"metadata": {
3659+
"editable": false
3660+
},
3661+
"source": [
3662+
"# <ins>**Part II**</ins>"
3663+
]
3664+
},
36533665
{
36543666
"cell_type": "markdown",
36553667
"id": "6e54d68e",
@@ -3930,20 +3942,6 @@
39303942
"# Modify the function to handle unexpected values\n"
39313943
]
39323944
},
3933-
{
3934-
"cell_type": "markdown",
3935-
"id": "930a9ea5",
3936-
"metadata": {
3937-
"slideshow": {
3938-
"slide_type": "slide"
3939-
},
3940-
"tags": [],
3941-
"editable": false
3942-
},
3943-
"source": [
3944-
"# <ins>**Part II**</ins>"
3945-
]
3946-
},
39473945
{
39483946
"cell_type": "markdown",
39493947
"id": "ecad0562",
@@ -4784,6 +4782,16 @@
47844782
"\n"
47854783
]
47864784
},
4785+
{
4786+
"cell_type": "markdown",
4787+
"id": "25f9ad8e",
4788+
"metadata": {
4789+
"editable": false
4790+
},
4791+
"source": [
4792+
"# <ins>**Optional Topics**</ins>"
4793+
]
4794+
},
47874795
{
47884796
"cell_type": "markdown",
47894797
"id": "995ee9e7-cde0-483e-84c9-9df1b3238384",

Intermediate_full.ipynb

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,15 @@
9797
" - [2. Data structures](#2.-Data-structures)\n",
9898
" - [3. Conditional expressions](#3.-Conditional-expressions)\n",
9999
" - [4. Comprehensions](#4.-Comprehensions)\n",
100-
" - [5. Exceptions](#5.-Exceptions)\n",
101100
"\n",
102101
"- [Part II](#Part-II)\n",
102+
" - [5. Exceptions](#5.-Exceptions)\n",
103103
" - [6. Introduction to modules](#6.-Introduction-to-modules)\n",
104104
" - [7. Advanced string manipulation](#7.-Advanced-string-manipulation)\n",
105-
" - [8. (Optional) Working with modules: Examples and creating your own](#8.-(Optional)-Working-with-modules:-Examples-and-creating-your-own)\n",
106-
" - [9. (Optional) Brief introduction to Object-Oriented Programming](#9.-(Optional)-Brief-introduction-to-Object-Oriented-Programming)\n"
105+
"\n",
106+
"- [Optional topics](#Optional-topics)\n",
107+
" - [8. Working with modules: Examples and creating your own](#8.-(Optional)-Working-with-modules:-Examples-and-creating-your-own)\n",
108+
" - [9. Brief introduction to Object-Oriented Programming](#9.-(Optional)-Brief-introduction-to-Object-Oriented-Programming)\n"
107109
]
108110
},
109111
{
@@ -3653,6 +3655,14 @@
36533655
"doubled_fruits\n"
36543656
]
36553657
},
3658+
{
3659+
"cell_type": "markdown",
3660+
"id": "13a0e98b",
3661+
"metadata": {},
3662+
"source": [
3663+
"# <ins>**Part II**</ins>"
3664+
]
3665+
},
36563666
{
36573667
"cell_type": "markdown",
36583668
"id": "6e54d68e",
@@ -4050,19 +4060,6 @@
40504060
" return 0.0"
40514061
]
40524062
},
4053-
{
4054-
"cell_type": "markdown",
4055-
"id": "930a9ea5",
4056-
"metadata": {
4057-
"slideshow": {
4058-
"slide_type": "slide"
4059-
},
4060-
"tags": []
4061-
},
4062-
"source": [
4063-
"# <ins>**Part II**</ins>"
4064-
]
4065-
},
40664063
{
40674064
"cell_type": "markdown",
40684065
"id": "ecad0562",
@@ -4979,6 +4976,14 @@
49794976
"print(f\"\\nUnique domains found: {sorted(domains)}\")"
49804977
]
49814978
},
4979+
{
4980+
"cell_type": "markdown",
4981+
"id": "25f9ad8e",
4982+
"metadata": {},
4983+
"source": [
4984+
"# <ins>**Optional Topics**</ins>"
4985+
]
4986+
},
49824987
{
49834988
"cell_type": "markdown",
49844989
"id": "995ee9e7-cde0-483e-84c9-9df1b3238384",

0 commit comments

Comments
 (0)