Skip to content

Commit 8f91e1c

Browse files
author
giumas
committed
added references to OOP slides
1 parent e1e3a4a commit 8f91e1c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

OOP_000_First_Steps_of_a_Class.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@
493493
" * [Classes](https://docs.python.org/3.6/tutorial/classes.html)\n",
494494
" * [String Representation Method](https://docs.python.org/3.6/reference/datamodel.html?highlight=repr#object.__str__)\n",
495495
"* [Memory address](https://en.wikipedia.org/wiki/Memory_address)\n",
496-
"* [Programming Basics with Python](https://github.com/hydroffice/python_basics)"
496+
"* [Programming Basics with Python](https://github.com/hydroffice/python_basics)\n",
497+
"* [Introduction to Ocean Data Science - Object-Oriented Programming slides](https://bitbucket.org/hydroffice/hyo_epom/downloads/ePOM.Intro_to_Ocean_Data_Science.Object_Oriented_Programming.pdf)"
497498
]
498499
},
499500
{

OOP_001_More_About_Classes.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@
294294
"* [Object-oriented Programming](https://en.wikipedia.org/wiki/Object-oriented_programming)\n",
295295
"* [POSIX time](https://en.wikipedia.org/wiki/Unix_time)\n",
296296
"* [Time zone](https://en.wikipedia.org/wiki/Time_zone)\n",
297-
"* [Programming Basics with Python](https://github.com/hydroffice/python_basics)"
297+
"* [Programming Basics with Python](https://github.com/hydroffice/python_basics)\n",
298+
"* [Introduction to Ocean Data Science - Object-Oriented Programming slides](https://bitbucket.org/hydroffice/hyo_epom/downloads/ePOM.Intro_to_Ocean_Data_Science.Object_Oriented_Programming.pdf)"
298299
]
299300
},
300301
{

index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"cell_type": "markdown",
170170
"metadata": {},
171171
"source": [
172-
"Version: 1.0.2"
172+
"Version: 1.0.3"
173173
]
174174
},
175175
{

0 commit comments

Comments
 (0)