Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jreades committed Oct 7, 2024
1 parent 6151dd7 commit 25abaef
Show file tree
Hide file tree
Showing 41 changed files with 480 additions and 480 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1bc7a152
56b7ba13
Binary file modified assessments/Group_Work.pdf
Binary file not shown.
Binary file modified assessments/Project_Outline.pdf
Binary file not shown.
Binary file modified assessments/Rubric-Audit.pdf
Binary file not shown.
Binary file modified assessments/Rubric-Group.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion practicals/Practical-01-Getting_Started.ipynb

Large diffs are not rendered by default.

Binary file modified practicals/Practical-01-Getting_Started.pdf
Binary file not shown.
80 changes: 40 additions & 40 deletions practicals/Practical-02-Foundations_1.ipynb

Large diffs are not rendered by default.

Binary file modified practicals/Practical-02-Foundations_1.pdf
Binary file not shown.
70 changes: 35 additions & 35 deletions practicals/Practical-03-Foundations_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"\n",
"The next line creates a list of city names (each element is a string):"
],
"id": "18d7449c-2dfb-418d-adaa-f31f55bc9c0c"
"id": "92ab4957-43c1-44f4-bc67-d9b91df85492"
},
{
"cell_type": "code",
Expand All @@ -99,7 +99,7 @@
"\n",
"##### 1.1.1.1 Question"
],
"id": "94c40960-11ca-439a-8e5c-b6d067add382"
"id": "0d331cd0-3056-47fc-9890-ce37b5f4204b"
},
{
"cell_type": "code",
Expand All @@ -109,7 +109,7 @@
"source": [
"print(cities[?? + 2])"
],
"id": "67d4c3e9-52d9-4ea0-8eae-06adc88b1cf5"
"id": "91f3fb82-c41a-45e3-b2e5-54fef860e909"
},
{
"cell_type": "markdown",
Expand All @@ -121,7 +121,7 @@
"\n",
"##### 1.1.2.1 Question"
],
"id": "1767fe2e-ba0b-4ef0-ac9d-d95e9d069fc9"
"id": "7e01760d-a032-412e-87e5-b538e848eca9"
},
{
"cell_type": "code",
Expand All @@ -131,7 +131,7 @@
"source": [
"print(cities[??])"
],
"id": "4bd69178-fa2d-47f9-838f-83bf5c8c9364"
"id": "d4841a77-cac1-4646-ab1f-44e69a314da2"
},
{
"cell_type": "markdown",
Expand All @@ -144,7 +144,7 @@
"\n",
"##### 1.1.3.1 Question"
],
"id": "f0427ca0-d080-4d3e-8fb0-8ba6bcf45279"
"id": "56ed9ad6-6d3e-4257-9f9d-2e9e0880153b"
},
{
"cell_type": "code",
Expand All @@ -154,7 +154,7 @@
"source": [
"print(\"The position of Manchester in the list is: \" + str( ?? ))"
],
"id": "1f929e2d-007e-42c6-ae68-cafd6d4aa416"
"id": "d2327466-01a0-4fe7-8371-fd5eaece631c"
},
{
"cell_type": "markdown",
Expand All @@ -176,7 +176,7 @@
"list of `cities`, that’s because these are (roughly) the average\n",
"temperatures for each city."
],
"id": "652bed57-598c-42f0-bc5b-9d1d36997eec"
"id": "0b822d5c-38bc-42d2-806f-885c99b0950e"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -223,7 +223,7 @@
"\n",
"##### 1.2.1.1 Question"
],
"id": "bd26ec5f-8056-4512-a202-9341d79c05f4"
"id": "1e2e8a60-99f6-4ac8-b530-36ace129fa06"
},
{
"cell_type": "code",
Expand All @@ -239,7 +239,7 @@
"# This way is more Python 3 and a bit easier to read\n",
"print(f\"The average temperature in {??} is {??}\")"
],
"id": "3ec08828-46ba-4daf-8634-e1dc1ec290fc"
"id": "66233d08-a66d-4179-b3ed-4acc4c6afc71"
},
{
"cell_type": "markdown",
Expand All @@ -253,7 +253,7 @@
"\n",
"##### 1.2.2.1 Question"
],
"id": "c2d6d9ef-c3b5-4658-821d-6f864aa5086c"
"id": "c3833044-5625-4c4e-b6b5-969664a0734a"
},
{
"cell_type": "code",
Expand All @@ -264,7 +264,7 @@
"city=\"Belfast\"\n",
"print(??)"
],
"id": "862169e0-884f-42d8-af4f-357355df64d7"
"id": "b1f999b0-24f3-400b-a339-107e745ea55c"
},
{
"cell_type": "markdown",
Expand All @@ -277,7 +277,7 @@
"\n",
"##### 1.2.3.1 Question"
],
"id": "ed162328-e876-46eb-9fa9-9b77090cfa57"
"id": "2cf9042d-4144-4e4c-9ded-acc2870c755c"
},
{
"cell_type": "code",
Expand All @@ -288,15 +288,15 @@
"for c in cities:\n",
" ??"
],
"id": "97899eba-a0ba-4a2a-94c7-e75b7de6c983"
"id": "6bae30ee-fd6d-441b-a806-28472f8282a9"
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"The output should be:"
],
"id": "c0fa01ea-3da3-4ccc-929c-5f30c45862a7"
"id": "1dfdde84-69ef-4c80-a82f-7ae60892b46d"
},
{
"cell_type": "code",
Expand All @@ -311,7 +311,7 @@
"The average temperature in Belfast is 15.2\n",
"The average temperature in York is 14.8"
],
"id": "494aed33-7337-4903-9ea4-3cfba896c22d"
"id": "a7c18474-9157-425b-ab40-b0d13a98c27d"
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -348,7 +348,7 @@
"is a city name, and the `value` is the latitude, longitude, and main\n",
"airport code."
],
"id": "4e221ebf-5914-48cc-b9b2-ca43f73fb4cd"
"id": "1b30a601-7df3-4e9a-8b1d-ed3f53ae5b66"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -376,7 +376,7 @@
"\n",
"##### 2.1.1.1 Question"
],
"id": "78e0f032-4a62-4848-a99f-35d838bb6564"
"id": "6d506fc0-7b49-4c79-abf8-b218ad30d228"
},
{
"cell_type": "code",
Expand All @@ -386,7 +386,7 @@
"source": [
"??"
],
"id": "b4df9742-21ba-4bb3-8278-b66d52bd1110"
"id": "9392e8d6-f4c5-4e5e-be0b-338810f70b03"
},
{
"cell_type": "markdown",
Expand All @@ -398,7 +398,7 @@
"\n",
"##### 2.1.2.1 Question"
],
"id": "b83f2b2c-1746-455d-a0b3-d0b4d74f19f2"
"id": "056de244-1e67-4129-862c-7504be657ebd"
},
{
"cell_type": "code",
Expand All @@ -408,7 +408,7 @@
"source": [
"??"
],
"id": "5a73a036-1242-49ca-8200-c2ebd0917e8d"
"id": "0dc4891c-5dfe-4f31-b4f1-378c9d5a9a18"
},
{
"cell_type": "markdown",
Expand All @@ -419,7 +419,7 @@
"Check you understand the difference between the following two blocks of\n",
"code by running them."
],
"id": "ee577f60-072d-4948-a5b2-890a65060c14"
"id": "7e214356-cf66-4a97-98b3-7222569d3c79"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -497,7 +497,7 @@
"\n",
"##### 2.3.1.1 Question"
],
"id": "b04490e4-e244-4213-9612-5dc468556384"
"id": "97dc42cc-8c93-4ea4-8182-57087ad28df1"
},
{
"cell_type": "code",
Expand All @@ -508,15 +508,15 @@
"for c in cities.keys():\n",
" print(??)"
],
"id": "4caa3bdc-b49f-41c3-a702-03a6cbe4c922"
"id": "12ac7645-13d3-4db5-a279-c01acc45e6aa"
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"The output should look something like this:"
],
"id": "da08562b-97a1-4b23-8807-b106b8d56793"
"id": "84202547-aad5-4131-bc7a-02fa11cea24e"
},
{
"cell_type": "code",
Expand All @@ -530,7 +530,7 @@
"Beijing -> BEI\n",
"Chennai -> MAA"
],
"id": "2f57ab13-e766-46eb-8c67-a67eef47607c"
"id": "b9731f8a-7bb7-4d48-9a73-e2885a1e3d21"
},
{
"cell_type": "markdown",
Expand All @@ -541,7 +541,7 @@
"How would your code need to change to produce the *same output* from\n",
"this data structure:"
],
"id": "4410fdcb-ba89-4c0c-b31e-38dde4ae8f72"
"id": "83829837-add4-4729-96f6-fb240deccc44"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -580,7 +580,7 @@
"source": [
"##### 2.3.2.1 Question"
],
"id": "d2ef4a98-4349-4572-a659-4aae09c601c5"
"id": "d98dd1eb-384c-42c6-b20f-bf92807069f7"
},
{
"cell_type": "code",
Expand All @@ -591,7 +591,7 @@
"for c in cities.keys():\n",
" print(??)"
],
"id": "292b1ac1-8e7f-467c-94f8-e133bb21939a"
"id": "0302d2ef-6a44-468c-8756-700539738467"
},
{
"cell_type": "markdown",
Expand All @@ -604,7 +604,7 @@
"\n",
"##### 2.3.3.1 Question"
],
"id": "ae7445c2-6fea-4cd1-ba8d-ddb80d55c0b0"
"id": "c83f9500-540e-4bd2-8057-4a1ef1a5c7cf"
},
{
"cell_type": "code",
Expand All @@ -615,15 +615,15 @@
"for c in cities.keys():\n",
" print(??)"
],
"id": "2abf751d-0943-4673-be79-ec078e418e5e"
"id": "d09b81d0-3176-45e0-b4aa-3b0a6d9a3eda"
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"The output should be something like this:"
],
"id": "96bc733f-a0d7-4b3b-b03f-3899bcdc774b"
"id": "99de5eaa-b06d-4ea2-806d-01663aa84b7d"
},
{
"cell_type": "code",
Expand All @@ -637,7 +637,7 @@
"Beijing is at latitude 39.92\n",
"Chennai is at latitude 13.08"
],
"id": "bfa63821-f93d-4e8c-81bf-c58261a8d76a"
"id": "9638a39c-527f-4a6e-807d-e068dc5213b8"
},
{
"cell_type": "markdown",
Expand All @@ -647,7 +647,7 @@
"\n",
"Now produce the *same output* using this new data structure:"
],
"id": "4065b266-cadf-4694-9aa0-d3b1f7526d35"
"id": "8d8300a0-afd0-4abe-976f-5d7dad33246e"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -722,7 +722,7 @@
"- Point 2 here.\n",
"- Point 3 here."
],
"id": "3390bcc2-488b-48cc-b7ba-56aca3a15e0a"
"id": "e39c4fef-6807-4148-9316-d8736f96dd3d"
}
],
"nbformat": 4,
Expand Down
Binary file modified practicals/Practical-03-Foundations_2.pdf
Binary file not shown.
Loading

0 comments on commit 25abaef

Please sign in to comment.