Skip to content

Commit 612155c

Browse files
committed
update video links
1 parent 8d4e06f commit 612155c

35 files changed

+71
-71
lines changed

000_START_HERE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ideas will apply to any language.
1111

1212
> **Note**
1313
> If you like videos, follow this [replit video
14-
> guide](https://youtu.be/c0GdcmPfKL4) to get set up.
14+
> guide](https://vimeo.com/954334352/1f0dee9379) to get set up.
1515
> Otherwise, keep reading below.
1616
1717
To get started:
@@ -57,7 +57,7 @@ You will need to engage with three parts of it:
5757
* The shell panel to the right, where you'll run code.
5858

5959
To set up and learn how to use the interface, please follow
60-
the [replit IDE setup video](https://youtu.be/c0GdcmPfKL4).
60+
the [replit IDE setup video](https://vimeo.com/954334352/1f0dee9379).
6161
This video has subtitles.
6262

6363
You may find the default replit theme hard to read. We have

010_comments.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Now, back to where we were —
1515

16-
# Video alternative: https://youtu.be/JxLwSFfns_4
16+
# Video alternative: https://vimeo.com/954334215/cbd70ba2fa
1717

1818
# Hello! Welcome to programming. My name is Kay and I will
1919
# guide you through these early steps.

011_identity.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/FsDqswkr6NM
1+
# Video alternative: https://vimeo.com/954334266/1ad4327868
22

33
# Start reading here:
44

@@ -47,7 +47,7 @@ def just_return_it(num):
4747
# python 011_identity.py
4848
#
4949
# If you don't see the shell, watch this video:
50-
# https://youtu.be/c0GdcmPfKL4
50+
# https://vimeo.com/954334352/1f0dee9379
5151
#
5252
# After running the command, you should see:
5353
#

012_add_one.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/QapwWktcoxg&t=0s
1+
# Video alternative: https://vimeo.com/954334235/902b0b036d#t=0
22

33
# Let's create a more useful function:
44

013_add_two.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from lib.helpers import check_that_these_are_equal
22

3-
# Video alternative: https://youtu.be/QapwWktcoxg&t=84s
3+
# Video alternative: https://vimeo.com/954334235/902b0b036d#t=84
44

55
# Now you try. Here's an exercise for you:
66
#

014_multiply_numbers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/QapwWktcoxg&t=322s
1+
# Video alternative: https://vimeo.com/954334235/902b0b036d#t=322
22

33
# So far we've seen functions that take only one input. They
44
# can actually take two, or even more, inputs. Take a look

015_add_numbers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from lib.helpers import check_that_these_are_equal
22

3-
# Video alternative: https://youtu.be/QapwWktcoxg&t=444s
3+
# Video alternative: https://vimeo.com/954334235/902b0b036d#t=444
44

55
# @TASK: Now you try. Here's an exercise for you:
66
#

016_operators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/QapwWktcoxg&t=606s
1+
# Video alternative: https://vimeo.com/954334235/902b0b036d#t=606
22

33
# So far you've seen very simple computations.
44
# I'm going to show you how to perform more advanced ones.

017_expressions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/S14_jDPjXYg&t=0s
1+
# Video alternative: https://vimeo.com/954334376/0c486313d0#t=0
22

33
# Now, let's look at expressions. You've actually already
44
# seen them a lot!

018_statements.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/S14_jDPjXYg&t=460s
1+
# Video alternative: https://vimeo.com/954334376/0c486313d0#t=460
22

33
# Now, let's look at statements. You've already seen a few
44
# of these too:

019_state.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/S14_jDPjXYg&t=625s
1+
# Video alternative: https://vimeo.com/954334376/0c486313d0#t=625
22

33
# Here's a mindbender for you:
44

020_state_tables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/S14_jDPjXYg&t=720s
1+
# Video alternative: https://vimeo.com/954334376/0c486313d0#t=720
22

33
# Let's take a look at this program again.
44

021_two_step.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/QoSng0as5BY&t=0s
1+
# Video alternative: https://vimeo.com/954334279/dd2abfbdd7#t=0
22

33
from lib.helpers import check_that_these_are_equal
44

022_strings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/QoSng0as5BY&t=308s
1+
# Video alternative: https://vimeo.com/954334279/dd2abfbdd7#t=308
22

33
# A string is a sequence of characters (letters).
44

023_string_indexing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/QoSng0as5BY&t=410s
1+
# Video alternative: https://vimeo.com/954334279/dd2abfbdd7#t=410
22

33
from lib.helpers import check_that_these_are_equal
44

024_string_operations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/QoSng0as5BY&t=760s
1+
# Video alternative: https://vimeo.com/954334279/dd2abfbdd7#t=760
22

33
from lib.helpers import check_that_these_are_equal
44

025_string_concatenation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/QoSng0as5BY&t=1098s
1+
# Video alternative: https://vimeo.com/954334279/dd2abfbdd7#t=1098
22

33
from lib.helpers import check_that_these_are_equal
44

026_ifs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/26diwnnEYJY&t=0s
1+
# Video alternative: https://vimeo.com/954334163/bf61706e77#t=0
22

33
from lib.helpers import check_that_these_are_equal
44

027_comparison.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/26diwnnEYJY&t=338s
1+
# Video alternative: https://vimeo.com/954334163/bf61706e77#t=338
22

33
from lib.helpers import check_that_these_are_equal
44

028_logic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/26diwnnEYJY&t=760s
1+
# Video alternative: https://vimeo.com/954334163/bf61706e77#t=760
22

33
from lib.helpers import check_that_these_are_equal
44

029_lists.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/26diwnnEYJY&t=1027s
1+
# Video alternative: https://vimeo.com/954334163/bf61706e77#t=1027
22

33
# When looking at strings, I mentioned the concept of data
44
# structures.

030_list_indexing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/26diwnnEYJY&t=1171s
1+
# Video alternative: https://vimeo.com/954334163/bf61706e77#t=1171
22

33
from lib.helpers import check_that_these_are_equal
44

031_list_modification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/26diwnnEYJY&t=1337s
1+
# Video alternative: https://vimeo.com/954334163/bf61706e77#t=1337
22

33
from lib.helpers import check_that_these_are_equal
44

032_while_loops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/W8F1pmRu5G8&t=0s
1+
# Video alternative: https://vimeo.com/954334424/6e40d11ef1#t=0
22

33
from lib.helpers import check_that_these_are_equal
44

033_for_loops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/W8F1pmRu5G8&t=300s
1+
# Video alternative: https://vimeo.com/954334424/6e40d11ef1#t=300
22

33
# There's another kind of loop — the `for` loop.
44

034_summarising.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/W8F1pmRu5G8&t=501s
1+
# Video alternative: https://vimeo.com/954334424/6e40d11ef1#t=501
22

33
from lib.helpers import check_that_these_are_equal
44

035_mapping.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/zN-ymUZ2CPk&t=0s
1+
# Video alternative: https://vimeo.com/954334322/c5a36d4407#t=0
22

33
from lib.helpers import check_that_these_are_equal
44

036_filtering.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/zN-ymUZ2CPk&t=214s
1+
# Video alternative: https://vimeo.com/954334322/c5a36d4407#t=214
22

33
from lib.helpers import check_that_these_are_equal
44

037_dicts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/zN-ymUZ2CPk&t=510s
1+
# Video alternative: https://vimeo.com/954334322/c5a36d4407#t=510
22

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

038_dict_operations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/zN-ymUZ2CPk&t=726s
1+
# Video alternative: https://vimeo.com/954334322/c5a36d4407#t=726
22

33
from lib.helpers import check_that_these_are_equal
44

039_challenge_1_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/qDWyR0XpJtQ&t=0s
1+
# Video alternative: https://vimeo.com/954334103/0aed500d39#t=0
22

33
# Congratulations! You've covered all of the key syntax,
44
# concepts, and ideas necessary to succeed in your

040_challenge_1_exercise.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/qDWyR0XpJtQ&t=1295s
1+
# Video alternative: https://vimeo.com/954334103/0aed500d39#t=1295
22

33
from lib.helpers import check_that_these_are_equal
44

041_challenge_2_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/Y-6WZfJ9I6c&t=0s
1+
# Video alternative: https://vimeo.com/954334009/67af9910fc#t=0
22

33
# Nice work on that last one! You might well want to
44
# consider taking the assessment at this point.

042_challenge_2_exercise.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://youtu.be/Y-6WZfJ9I6c&t=1054s
1+
# Video alternative: https://vimeo.com/954334009/67af9910fc#t=1054
22

33
# So far you've spent a lot of time writing new programs.
44

999_video_index.md

+35-35
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,42 @@
22

33
Here's an index of all of the videos in this material:
44

5-
* [IDE setup video](https://youtu.be/c0GdcmPfKL4)
6-
* [010 Comments](https://youtu.be/JxLwSFfns_4)
7-
* [011 Identity](https://youtu.be/FsDqswkr6NM)
8-
* [012 Add One](https://youtu.be/QapwWktcoxg&t=0s)
9-
* [013 Add Two](https://youtu.be/QapwWktcoxg&t=84s)
10-
* [014 Multiply Numbers](https://youtu.be/QapwWktcoxg&t=322s)
11-
* [015 Add Numbers](https://youtu.be/QapwWktcoxg&t=444s)
12-
* [016 Operators](https://youtu.be/QapwWktcoxg&t=606s)
13-
* [017 Expressions](https://youtu.be/S14_jDPjXYg&t=0s)
14-
* [018 Statements](https://youtu.be/S14_jDPjXYg&t=460s)
15-
* [019 State](https://youtu.be/S14_jDPjXYg&t=625s)
16-
* [020 State Tables](https://youtu.be/S14_jDPjXYg&t=720s)
17-
* [021 Two Step](https://youtu.be/QoSng0as5BY&t=0s)
18-
* [022 Strings](https://youtu.be/QoSng0as5BY&t=308s)
19-
* [023 String Indexing](https://youtu.be/QoSng0as5BY&t=410s)
20-
* [024 String Operations](https://youtu.be/QoSng0as5BY&t=760s)
21-
* [025 String Concatenation](https://youtu.be/QoSng0as5BY&t=1098s)
22-
* [026 Ifs](https://youtu.be/26diwnnEYJY&t=0s)
23-
* [027 Comparison](https://youtu.be/26diwnnEYJY&t=338s)
24-
* [028 Logic](https://youtu.be/26diwnnEYJY&t=760s)
25-
* [029 Lists](https://youtu.be/26diwnnEYJY&t=1027s)
26-
* [030 List Indexing](https://youtu.be/26diwnnEYJY&t=1171s)
27-
* [031 List Modification](https://youtu.be/26diwnnEYJY&t=1337s)
28-
* [032 While Loops](https://youtu.be/W8F1pmRu5G8&t=0s)
29-
* [033 For Loops](https://youtu.be/W8F1pmRu5G8&t=300s)
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)
35-
* [039 Challenge 1 Example](https://youtu.be/qDWyR0XpJtQ&t=0s)
36-
* [040 Challenge 1 Exercise](https://youtu.be/qDWyR0XpJtQ&t=1295s)
37-
* [041 Challenge 2 Example](https://youtu.be/Y-6WZfJ9I6c&t=0s)
38-
* [042 Challenge 2 Exercise](https://youtu.be/Y-6WZfJ9I6c&t=1054s)
5+
* [IDE setup video](https://vimeo.com/954334352/1f0dee9379)
6+
* [010 Comments](https://vimeo.com/954334215/cbd70ba2fa)
7+
* [011 Identity](https://vimeo.com/954334266/1ad4327868)
8+
* [012 Add One](https://vimeo.com/954334235/902b0b036d#t=0)
9+
* [013 Add Two](https://vimeo.com/954334235/902b0b036d#t=84)
10+
* [014 Multiply Numbers](https://vimeo.com/954334235/902b0b036d#t=322)
11+
* [015 Add Numbers](https://vimeo.com/954334235/902b0b036d#t=444)
12+
* [016 Operators](https://vimeo.com/954334235/902b0b036d#t=606)
13+
* [017 Expressions](https://vimeo.com/954334376/0c486313d0#t=0)
14+
* [018 Statements](https://vimeo.com/954334376/0c486313d0#t=460)
15+
* [019 State](https://vimeo.com/954334376/0c486313d0#t=625)
16+
* [020 State Tables](https://vimeo.com/954334376/0c486313d0#t=720)
17+
* [021 Two Step](https://vimeo.com/954334279/dd2abfbdd7#t=0)
18+
* [022 Strings](https://vimeo.com/954334279/dd2abfbdd7#t=308)
19+
* [023 String Indexing](https://vimeo.com/954334279/dd2abfbdd7#t=410)
20+
* [024 String Operations](https://vimeo.com/954334279/dd2abfbdd7#t=760)
21+
* [025 String Concatenation](https://vimeo.com/954334279/dd2abfbdd7#t=1098)
22+
* [026 Ifs](https://vimeo.com/954334163/bf61706e77#t=0)
23+
* [027 Comparison](https://vimeo.com/954334163/bf61706e77#t=338)
24+
* [028 Logic](https://vimeo.com/954334163/bf61706e77#t=760)
25+
* [029 Lists](https://vimeo.com/954334163/bf61706e77#t=1027)
26+
* [030 List Indexing](https://vimeo.com/954334163/bf61706e77#t=1171)
27+
* [031 List Modification](https://vimeo.com/954334163/bf61706e77#t=1337)
28+
* [032 While Loops](https://vimeo.com/954334424/6e40d11ef1#t=0)
29+
* [033 For Loops](https://vimeo.com/954334424/6e40d11ef1#t=300)
30+
* [034 Summarising](https://vimeo.com/954334424/6e40d11ef1#t=501)
31+
* [035 Mapping](https://vimeo.com/954334322/c5a36d4407#t=0)
32+
* [036 Filtering](https://vimeo.com/954334322/c5a36d4407#t=214)
33+
* [037 Dictionaries](https://vimeo.com/954334322/c5a36d4407#t=510)
34+
* [038 Dictionary Operations](https://vimeo.com/954334322/c5a36d4407#t=726)
35+
* [039 Challenge 1 Example](https://vimeo.com/954334103/0aed500d39#t=0)
36+
* [040 Challenge 1 Exercise](https://vimeo.com/954334103/0aed500d39#t=1295)
37+
* [041 Challenge 2 Example](https://vimeo.com/954334009/67af9910fc#t=0)
38+
* [042 Challenge 2 Exercise](https://vimeo.com/954334009/67af9910fc#t=1054)
3939

4040
Here's one further video if you'd like a demonstration of
4141
how to use [Codewars](https://www.codewars.com/):
4242

43-
* [How to use Codewars](https://youtu.be/OGdhGv0KY3E)
43+
* [How to use Codewars](https://vimeo.com/954334402/8aa72df126)

0 commit comments

Comments
 (0)