Skip to content

Commit

Permalink
Merge pull request #14 from CentreForDigitalHumanities/feature/2024-05
Browse files Browse the repository at this point in the history
2024-05
  • Loading branch information
ar-jan authored Sep 30, 2024
2 parents b130d17 + cff003f commit a2f2196
Show file tree
Hide file tree
Showing 61 changed files with 6,071 additions and 6,453 deletions.
65 changes: 35 additions & 30 deletions lessons/00 index.ipynb

Large diffs are not rendered by default.

64 changes: 35 additions & 29 deletions lessons/00 index.py

Large diffs are not rendered by default.

120 changes: 35 additions & 85 deletions lessons/01 introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"cells": [
{
"cell_type": "markdown",
"id": "bbeebfbd",
"id": "fda8f6cd",
"metadata": {
"id": "Buvh9v-iYeOO"
},
"source": [
"# Module 1: Introduction\n",
"## CDH course \"Programming in Python\"\n",
"\n",
"[index](https://colab.research.google.com/drive/1YgmnpA7tRylvGBpp2PTFGvSV2P8tw5jl)\n",
"[index](https://colab.research.google.com/drive/1kFvnhumJ0tOTzDVJnIvvMDRRJ19yk9ZS)\n",
"\n",
"## Welcome!\n",
"\n",
"## Who are we?\n",
"\n",
"- Julian Gonggrijp, Sheean Spoel\n",
"- Developers at the Digital Humanities Lab\n",
"- Julian Gonggrijp, Sheean Spoel, Edo Storm\n",
"- Developers at the Centre for Digital Humanities (CDH)\n",
"\n",
"## Who are you?\n",
"\n",
Expand All @@ -41,7 +41,7 @@
},
{
"cell_type": "markdown",
"id": "5084c1d0",
"id": "1dc78369",
"metadata": {
"id": "STQf1EROV-4I"
},
Expand All @@ -59,7 +59,7 @@
},
{
"cell_type": "markdown",
"id": "72aadb03",
"id": "622b6fe1",
"metadata": {
"id": "rC4AwjL06k0q"
},
Expand All @@ -75,7 +75,7 @@
},
{
"cell_type": "markdown",
"id": "2f43eee4",
"id": "6858e81f",
"metadata": {
"id": "xyNb4mPMcQCd"
},
Expand All @@ -87,7 +87,7 @@
},
{
"cell_type": "markdown",
"id": "d3a2216b",
"id": "647699f8",
"metadata": {
"id": "4lc8nYpP9mtf"
},
Expand All @@ -103,7 +103,7 @@
},
{
"cell_type": "markdown",
"id": "a7bb272a",
"id": "469c236b",
"metadata": {
"id": "8zoSNQtC_6_v"
},
Expand All @@ -120,7 +120,7 @@
},
{
"cell_type": "markdown",
"id": "da9831b7",
"id": "3c78b5b2",
"metadata": {
"id": "qtRYKOWnB5Wl"
},
Expand All @@ -135,7 +135,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "c4debb8a",
"id": "5f3f082c",
"metadata": {
"id": "MdA4_KyrDAsf"
},
Expand All @@ -147,7 +147,7 @@
},
{
"cell_type": "markdown",
"id": "50c86069",
"id": "6f1f5f0b",
"metadata": {
"id": "AoBoZqIeFEru"
},
Expand All @@ -157,7 +157,7 @@
},
{
"cell_type": "markdown",
"id": "550a4f5f",
"id": "bbd47b70",
"metadata": {
"id": "ZOqgk7VAFKnJ"
},
Expand All @@ -169,7 +169,7 @@
},
{
"cell_type": "markdown",
"id": "9a44b836",
"id": "0152e210",
"metadata": {
"id": "NOtudpGlFe78"
},
Expand All @@ -182,7 +182,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "596123d9",
"id": "65aa0e7d",
"metadata": {
"id": "in8WoUafGEyK"
},
Expand All @@ -193,7 +193,7 @@
},
{
"cell_type": "markdown",
"id": "5990a98d",
"id": "0446d4e4",
"metadata": {
"id": "BHQPB7LuQ1mf"
},
Expand All @@ -203,7 +203,7 @@
},
{
"cell_type": "markdown",
"id": "7cbe5d65",
"id": "01b54b16",
"metadata": {
"id": "Src0ZdRKGHtl"
},
Expand All @@ -216,7 +216,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7a41eca6",
"id": "5abd5783",
"metadata": {
"id": "ssP4GWUOIxWS"
},
Expand All @@ -229,7 +229,7 @@
},
{
"cell_type": "markdown",
"id": "1bc17adc",
"id": "e2b787be",
"metadata": {
"id": "YxXeF4u5I2c_"
},
Expand All @@ -240,7 +240,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "8587e51c",
"id": "fbabb3e1",
"metadata": {
"id": "nMTlvlbbJUWu"
},
Expand All @@ -260,31 +260,7 @@
},
{
"cell_type": "markdown",
"id": "7ddbb6ef",
"metadata": {
"id": "ZhgCPUNTLIZX"
},
"source": [
"### `pass`\n",
"\n",
"You can write `pass` to do nothing. It behaves almost like a comment, but isn't. It is sometimes useful as a placeholder, as we will see later on in the course."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "3af649f9",
"metadata": {
"id": "oS7kfP3OLtJn"
},
"outputs": [],
"source": [
"pass"
]
},
{
"cell_type": "markdown",
"id": "7f09e362",
"id": "30be7aa2",
"metadata": {
"id": "pKIEfocbMaIR"
},
Expand All @@ -299,7 +275,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "759c57f8",
"id": "fae3ca2e",
"metadata": {
"id": "6hlNxRNNM1fV"
},
Expand All @@ -312,7 +288,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "810d5fc4",
"id": "43781d7f",
"metadata": {
"id": "VIm6FdRIM6OE"
},
Expand All @@ -325,7 +301,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "681f5165",
"id": "1ee73997",
"metadata": {
"id": "_MN48xz5NAya"
},
Expand All @@ -337,7 +313,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "fdc42ba2",
"id": "3489b14b",
"metadata": {
"id": "g9WKeIA2NVIA"
},
Expand All @@ -351,7 +327,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a121a8ca",
"id": "546dfe22",
"metadata": {
"id": "NCbCfbHaNafJ"
},
Expand All @@ -365,7 +341,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "74711629",
"id": "9c381723",
"metadata": {
"id": "-ZuiJ92yNqpi"
},
Expand All @@ -379,7 +355,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0a95202c",
"id": "740a5f7d",
"metadata": {
"id": "b9bTbrNSNwwn"
},
Expand All @@ -393,7 +369,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "2505f05f",
"id": "9786099e",
"metadata": {
"id": "GYmcSm6iOAiA"
},
Expand All @@ -407,33 +383,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "e4eb5608",
"metadata": {
"id": "rbjHe9KbOzFb"
},
"outputs": [],
"source": [
"print('apricot')\n",
"'banana'\n",
"pass"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0ed721f0",
"metadata": {
"id": "V1GiIP_ZNK8H"
},
"outputs": [],
"source": [
"print(pass)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "712ab94f",
"id": "e202348c",
"metadata": {
"id": "sNNoSfndOSiw"
},
Expand All @@ -445,7 +395,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "6c87244c",
"id": "714f64bc",
"metadata": {
"id": "6IZS1NUuTdOX"
},
Expand All @@ -456,7 +406,7 @@
},
{
"cell_type": "markdown",
"id": "2594eb1a",
"id": "1becc62a",
"metadata": {
"id": "Tr3wPlHMeBCI"
},
Expand All @@ -471,7 +421,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "3dc44475",
"id": "b31a4d50",
"metadata": {
"id": "jN7WTVOOSq2C"
},
Expand All @@ -482,14 +432,14 @@
},
{
"cell_type": "markdown",
"id": "70d55e26",
"id": "8499e6bc",
"metadata": {
"id": "zI0ohEpPUwpC"
},
"source": [
"## Next module\n",
"\n",
"[2. Values and expressions](https://colab.research.google.com/drive/1FUicKa-_d5CINVGrHQdwnEpVFZlMbtkA)"
"[2. Values and expressions](https://colab.research.google.com/drive/1FDQgdJabqIr2sZd1PNchJ_CKGefOrPE_)"
]
}
],
Expand Down
Loading

0 comments on commit a2f2196

Please sign in to comment.