Skip to content

Commit

Permalink
Merge pull request #112 from csdms/mdpiper/revamp-oop
Browse files Browse the repository at this point in the history
Revamp the object-oriented programming lesson
  • Loading branch information
mdpiper authored Jul 31, 2023
2 parents 221be8c + 66a67b0 commit 2ebbe15
Show file tree
Hide file tree
Showing 12 changed files with 816 additions and 65 deletions.
12 changes: 11 additions & 1 deletion lessons/python/1_fundamentals.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "354c5b5f-a504-482f-9dd1-b054af19c615",
"metadata": {
"tags": []
},
"source": [
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"https://raw.githubusercontent.com/csdms/ivy/main/media/logo.png\"></a>"
]
},
{
"cell_type": "markdown",
"id": "36a4c908",
Expand Down Expand Up @@ -726,7 +736,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.9.9"
}
},
"nbformat": 4,
Expand Down
10 changes: 9 additions & 1 deletion lessons/python/2_libraries.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "f47cfc36-6572-411d-9fdc-99613896841e",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"https://raw.githubusercontent.com/csdms/ivy/main/media/logo.png\"></a>"
]
},
{
"cell_type": "markdown",
"id": "3bdd9f97",
Expand Down Expand Up @@ -189,7 +197,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.9.9"
}
},
"nbformat": 4,
Expand Down
10 changes: 9 additions & 1 deletion lessons/python/3_more_fundamentals.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "8c0ef38c-4042-4ac0-9b52-ea7a055d7171",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"https://raw.githubusercontent.com/csdms/ivy/main/media/logo.png\"></a>"
]
},
{
"cell_type": "markdown",
"id": "9bb0f300",
Expand Down Expand Up @@ -444,7 +452,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.9.9"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 2ebbe15

Please sign in to comment.