File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
from lib .helpers import check_that_these_are_equal
4
4
Original file line number Diff line number Diff line change 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
2
2
3
3
from lib .helpers import check_that_these_are_equal
4
4
Original file line number Diff line number Diff line change 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
2
2
3
3
# Here are the data structures we've met so far:
4
4
Original file line number Diff line number Diff line change 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
2
2
3
3
from lib .helpers import check_that_these_are_equal
4
4
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ Here's an index of all of the videos in this material:
28
28
* [ 032 While Loops] ( https://youtu.be/W8F1pmRu5G8&t=0s )
29
29
* [ 033 For Loops] ( https://youtu.be/W8F1pmRu5G8&t=300s )
30
30
* [ 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 )
31
35
32
36
Later videos are pending upload and will be posted here
33
37
within the next day.
You can’t perform that action at this time.
0 commit comments