Skip to content

Commit 26be0d1

Browse files
committed
add Functions and Decorators notebook
1 parent ef08d5e commit 26be0d1

7 files changed

+2097
-499
lines changed

notebooks/00-TableOfContents.ipynb

+15-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "2e23353b",
66
"metadata": {},
77
"source": [
8-
"# Object-Oriented Programming and Design Patterns in Python\n",
8+
"# Object-Oriented Programming and Design Patterns with Python\n",
99
"\n",
1010
"## Table of Contents\n",
1111
"\n",
@@ -15,7 +15,7 @@
1515
"\n",
1616
"### [Coding Best Practices](CodingBestPractices.ipynb)\n",
1717
"\n",
18-
"### [Python Objects](PythonObjects.ipynb)\n",
18+
"### [Python Objects & Singleton Pattern](PythonObjects-Singleton.ipynb)\n",
1919
"\n",
2020
"### [UML](UML.ipynb)\n",
2121
"\n",
@@ -25,7 +25,9 @@
2525
"\n",
2626
"### [Expecting the Unexpected](ExpectingTheUnexpected.ipynb)\n",
2727
"\n",
28-
"### [Testing Programs](TestingPrograms.ipynb)\n",
28+
"### [Testing Functions with unittest Library](TestingFunctions-unittest.ipynb)\n",
29+
"\n",
30+
"### [Functions & Decorator Pattern](Functions-DecoratorPattern.ipynb)\n",
2931
"\n",
3032
"### [Test Data Generation](TestDataGeneration.ipynb)\n",
3133
"\n",
@@ -55,13 +57,21 @@
5557
],
5658
"metadata": {
5759
"kernelspec": {
58-
"display_name": "oop",
60+
"display_name": "Python 3 (ipykernel)",
5961
"language": "python",
6062
"name": "python3"
6163
},
6264
"language_info": {
65+
"codemirror_mode": {
66+
"name": "ipython",
67+
"version": 3
68+
},
69+
"file_extension": ".py",
70+
"mimetype": "text/x-python",
6371
"name": "python",
64-
"version": "3.10.9"
72+
"nbconvert_exporter": "python",
73+
"pygments_lexer": "ipython3",
74+
"version": "3.10.8"
6575
}
6676
},
6777
"nbformat": 4,

0 commit comments

Comments
 (0)