Skip to content

Commit 9ba6ea4

Browse files
committed
update Python DS
1 parent 15b8965 commit 9ba6ea4

File tree

3 files changed

+499
-2135
lines changed

3 files changed

+499
-2135
lines changed

notebooks/00-TableOfContents.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"\n",
1616
"### [Python Objects](PythonObjects.ipynb)\n",
1717
"\n",
18+
"### [Python Data Structures](PythonDataStructures.ipynb)\n",
19+
"\n",
1820
"### [When to Use Object-Oriented Programming](WhenToUseOOP.ipynb)\n",
1921
"\n",
2022
"### [Expecting the Unexpected](ExpectingTheUnexpected.ipynb)\n",
@@ -27,8 +29,6 @@
2729
"\n",
2830
"### [Serialization, JSON & Rich CLI](SerializationAndJSON.ipynb)\n",
2931
"\n",
30-
"### [Python Data Structures](PythonDataStructures.ipynb)\n",
31-
"\n",
3232
"### [When Objects are Alike - Inheritance](WhenObjectsAreAlike.ipynb)\n",
3333
"\n",
3434
"### [Abstract Base Classes and Operator Overloading](ABCOperatorOverloading.ipynb)\n",

0 commit comments

Comments
 (0)