@@ -13,49 +13,41 @@ A FREE comprehensive online Python development tutorial FOR KIDS utilizing an of
13
13
This lesson will begin with the basic concepts of why kids should learn to program in Python.
14
14
15
15
-> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
16
- -> Click [ HERE] ( https://youtu.be/eAkOAuHkroI ) to watch the video on YouTube.
17
16
18
17
## Chapter 2: "Hello World"
19
18
This lesson will step-by-step code our first program to have our little microcontroller say hello to the world!
20
19
21
20
-> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
22
- -> Click [ HERE] ( https://youtu.be/QnlBMgSZUzU ) to watch the video on YouTube.
23
21
24
22
## Chapter 3: FUN With Images
25
23
This lesson will step-by-step code a FUN image making program where our little microcontroller will make various faces to his new friend.
26
24
27
25
-> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
28
- -> Click [ HERE] ( https://youtu.be/L6-R7LRj5ik ) to watch the video on YouTube.
29
26
30
27
## Chapter 4: FUN With Numbers
31
28
This lesson will step-by-step code a FUN program where we will work with numbers and learn about how to make variables with them.
32
29
33
30
-> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
34
- -> Click [ HERE] ( https://youtu.be/uSRpjvSyhC8 ) to watch the video on YouTube.
35
31
36
32
## Chapter 5: FUN With Words
37
33
This lesson will step-by-step code a FUN program where we will work with words and learn about how to make variables with them.
38
34
39
35
-> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
40
- -> Click [ HERE] ( https://youtu.be/cMrzeprc3j4 ) to watch the video on YouTube.
41
36
42
37
## Chapter 6: FUN With Word Lists
43
38
This lesson will step-by-step code a FUN program where we will work with word lists and learn about how to make variables with them.
44
39
45
40
-> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
46
- -> Click [ HERE] ( https://youtu.be/2cYZt0imQBk ) to watch the video on YouTube.
47
41
48
42
## Chapter 7: Fun With Music
49
43
This lesson will step-by-step code a FUN song making program where our little microcontroller will play various songs to his new friend.
50
44
51
45
-> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
52
- -> Click [ HERE] ( https://youtu.be/JMXXGRnR7fo ) to watch the video on YouTube.
53
46
54
47
## Chapter 8: Fun With Talking Robots
55
48
This lesson will step-by-step interact with a FUN talking robot where we can ask him questions and he will respond to us using his voice.
56
49
57
50
-> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
58
- -> Click [ HERE] ( https://youtu.be/lBEWy5M4fuI ) to watch the video on YouTube.
59
51
60
52
## Chapter 9: Basic I/O
61
53
This lesson will discuss MicroPython basic input and output for the micro: bit .
0 commit comments