Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 20 additions & 21 deletions transcripts/478-when-and-how-to-start-coding-with-kids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

00:00:08 programming concepts to their kids.

00:00:11 Annalena Popquez is back on the show to share her research on when and how to teach kids
00:00:11 Anna-Lena Popkes is back on the show to share her research on when and how to teach kids

00:00:16 programming.

Expand Down Expand Up @@ -452,7 +452,7 @@

00:11:40 these principles, for example, through learning how to code.

00:11:46 This portion of Talk.byton Mini is brought to you by WorkOS.
00:11:46 This portion of Talk Python to Me is brought to you by WorkOS.

00:11:49 If you're building a B2B SaaS app, at some point your customers will start asking for

Expand Down Expand Up @@ -480,7 +480,7 @@

00:12:39 Integrate in minutes and start shipping enterprise plans today.

00:12:42 Just visit Talkbyton.fm/WorkOS.
00:12:42 Just visit Talkpython.fm/WorkOS.

00:12:46 The link is in your podcast player show notes.

Expand Down Expand Up @@ -510,7 +510,7 @@

00:13:16 I loved creating them.

00:13:17 I used Delhi 3 to create them.
00:13:17 I used Dall-E to create them.

00:13:20 And I spent so much time just playing around with the model and providing it prompts to

Expand Down Expand Up @@ -1020,23 +1020,23 @@

00:26:58 Then I guess while we're talking on these visual programming languages, we could talk

00:27:01 about Blockly, right?
00:27:01 about Blocky, right?

00:27:03 Yeah, when I knew Blockly existed, it was also free.
00:27:03 Yeah, when I knew Blocky existed, it was also free.

00:27:07 Like Scratch is also free.

00:27:09 I guess that's important to mention.

00:27:10 And Blockly is actually at the basis of most of the other visual languages.
00:27:10 And Blocky is actually at the basis of most of the other visual languages.

00:27:15 For example, it is actually like block-based languages like Scratch and MakeCode are based

00:27:20 on Blockly.
00:27:20 on Blocky.

00:27:21 Blockly is developed by Google.
00:27:21 Blocky is developed by Google.

00:27:23 And with Blockly, I think it's for a bit older kids because it's more low level.
00:27:23 And with Blocky, I think it's for a bit older kids because it's more low level.

00:27:29 If you can say that, it offers you more flexibility.

Expand Down Expand Up @@ -1114,7 +1114,7 @@

00:29:43 at the age of eight or older.

00:29:45 And Blockly, I think is even recommended for kids starting at 10, whereas Scratch is for
00:29:45 And Blocky, I think is even recommended for kids starting at 10, whereas Scratch is for

00:29:50 even younger children, right?

Expand Down Expand Up @@ -1162,7 +1162,7 @@

00:30:40 So this is a company that creates a whole bunch of small devices like the BBC micro bit that

00:30:47 runs CircuitPython.
00:30:47 runs Circuit Python.

00:30:49 There's just tons and tons of things you can buy.

Expand Down Expand Up @@ -1254,7 +1254,7 @@

00:32:53 All right.

00:32:53 Back to Zoomy, which is in the same age category, I would say.
00:32:53 Back to Zumi, which is in the same age category, I would say.

00:32:57 This is like around 10 years or so.

Expand All @@ -1268,7 +1268,7 @@

00:33:03 It's a small car and it has so many capabilities.

00:33:07 You can program it using Python and Blockly.
00:33:07 You can program it using Python and Blocky.

00:33:10 You can even teach it about driving certain ways by providing your own data sets.

Expand All @@ -1278,7 +1278,7 @@

00:33:19 It offers so many opportunities or ways to create projects.

00:33:25 At my company, we have done quite a few workshops with kids with Zoomy and they love doing it.
00:33:25 At my company, we have done quite a few workshops with kids with Zumi and they love doing it.

00:33:30 And adults love doing it too.

Expand Down Expand Up @@ -1464,9 +1464,9 @@

00:38:24 hero has the ability to say, build at X, Y position, or it could move.

00:38:30 And if I just type the letter D, it'll auto-complete like hero.movedown.
00:38:30 And if I just type the letter D, it'll auto-complete like Hedy move down.

00:38:34 Or if I say hero build X, Y, it automatically puts in all the, it's, so if you can type
00:38:34 Or if I say Hedy build X, Y, it automatically puts in all the, it's, so if you can type

00:38:41 just a couple of characters, it'll keep the syntax, you know, like the spacing for indentation

Expand Down Expand Up @@ -1530,7 +1530,7 @@

00:40:32 Yeah, this looks very fun.

00:40:33 And the example, at least they have on the screen is using Blockly, right?
00:40:33 And the example, at least they have on the screen is using Blocky, right?

00:40:37 Or Scratch, one of them.

Expand Down Expand Up @@ -1618,7 +1618,7 @@

00:42:29 From there, you can just progress on to more traditional programming languages.

00:42:33 There are lots of resources like from the Bersperry Pi Foundation.
00:42:33 There are lots of resources like from the Rasberry Pi Foundation.

00:42:38 They have Python courses and there are some on Udemy.

Expand Down Expand Up @@ -1886,7 +1886,7 @@

00:49:27 That's pretty wild, right?

00:49:28 That's gotta be challenging.
00:49:28 That's got to be challenging.

00:49:30 What was your, like, how do you feel about this?

Expand Down Expand Up @@ -2031,4 +2031,3 @@
00:53:55 This is your host, Michael Kennedy. Thanks so much for listening. I really appreciate it.

00:54:01 Now get out there and write some Python code.