Skip to content

Commit 8c28605

Browse files
author
giumas
committed
reorganized notebooks to limit class to just a data container
1 parent 00c6b4c commit 8c28605

10 files changed

+780
-9
lines changed

001_Variables_and_Types.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"source": [
106106
"<img align=\"left\" width=\"6%\" style=\"padding-right:10px;\" src=\"images/info.png\">\n",
107107
"\n",
108-
"You do not need to specify the type of a variable when you create it. We will explore what this means in practice below! <br> If you want to learn more about Python as a dynamically-typed language, read [this supplemental notebook](dynamically_and_strongly_typed.ipynb). "
108+
"You do not need to specify the type of a variable when you create it. We will explore what this means in practice below! <br> If you want to learn more about Python as a dynamically-typed language, read [this supplemental notebook](SUP_Python_is_Dynamically_and_Strongly_Typed.ipynb). "
109109
]
110110
},
111111
{

007_Read_and_Write_Text_Files.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
"metadata": {},
656656
"source": [
657657
"<!--NAVIGATION-->\n",
658-
"[< Dictionaries and Metadata](006_Dictionaries_and_Metadata.ipynb) | [Contents](index.ipynb) | [First Steps of a Class >](008_First_Steps_of_a_Class.ipynb)"
658+
"[< Dictionaries and Metadata](006_Dictionaries_and_Metadata.ipynb) | [Contents](index.ipynb) | [A Class as a Data Container>](008_A_Class_as_a_Data_Container.ipynb)"
659659
]
660660
}
661661
],

0 commit comments

Comments
 (0)