Skip to content

Commit 17f83b9

Browse files
committed
[SLUG] Transferring changes from Slug as of 2023-04-21 17:02:31 +0100.
1 parent 40dbc18 commit 17f83b9

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

035_mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://github.com/makersacademy/intro-to-python/blob/main/999_video_index.md
1+
# Video alternative: https://youtu.be/zN-ymUZ2CPk&t=0s
22

33
from lib.helpers import check_that_these_are_equal
44

036_filtering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://github.com/makersacademy/intro-to-python/blob/main/999_video_index.md
1+
# Video alternative: https://youtu.be/zN-ymUZ2CPk&t=214s
22

33
from lib.helpers import check_that_these_are_equal
44

037_dicts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://github.com/makersacademy/intro-to-python/blob/main/999_video_index.md
1+
# Video alternative: https://youtu.be/zN-ymUZ2CPk&t=510s
22

33
# Here are the data structures we've met so far:
44

038_dict_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://github.com/makersacademy/intro-to-python/blob/main/999_video_index.md
1+
# Video alternative: https://youtu.be/zN-ymUZ2CPk&t=726s
22

33
from lib.helpers import check_that_these_are_equal
44

999_video_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Here's an index of all of the videos in this material:
2828
* [032 While Loops](https://youtu.be/W8F1pmRu5G8&t=0s)
2929
* [033 For Loops](https://youtu.be/W8F1pmRu5G8&t=300s)
3030
* [034 Summarising](https://youtu.be/W8F1pmRu5G8&t=501s)
31+
* [035 Mapping](https://youtu.be/zN-ymUZ2CPk&t=0s)
32+
* [036 Filtering](https://youtu.be/zN-ymUZ2CPk&t=214s)
33+
* [037 Dictionaries](https://youtu.be/zN-ymUZ2CPk&t=510s)
34+
* [038 Dictionary Operations](https://youtu.be/zN-ymUZ2CPk&t=726s)
3135

3236
Later videos are pending upload and will be posted here
3337
within the next day.

0 commit comments

Comments
 (0)