Teaching kids elixir programming

So I have a few kids that is interested in learning programming. I know how things work but I am unable to make it exciting for them. I don`t want to bore them with technicalities which I tend to do. I was thinking something like the Battleship game. or maybe making something with a rasperry pi using nerves.

Any tips on how to engage kids with short attention spans would be greatly appreciated.

7 Likes

Hi! Have you seen https://www.tynker.com?
My brother is 12 years old and he likes it.
I tried to teach him by myself, but understood that it better to use Tynker.
It is not about Elixir, butā€¦

1 Like

This is a great find. uses scratch or something similar I see.
Thanks !

1 Like

In your place I would change some things in your plan.

  1. I think teaching kids how to make a game is not good at start (at least not like that). They only need to solve problems and they will have only one satisfaction - when they done (and of course when they will play). If they notice an error while playing game then it can quickly discourage them.
    I will recommend to think about modular project. You will wrote some base (core code of app) that is easy to extend. Kids probably will love that they will have a real impact on what they wrote. This also will help them think about what they want to do and not how to solve problem that someone give them. I think itā€™s much more interesting and this is what children are looking for

  2. Raspberry PI is good idea if they have easy access to it. For example use sshfs. Use good editor with lots of extensions. I will recommend Atom editor. Find some animations and effects when it will appear when kids will write code. Of course animations also should not be something that will distracting them.
    I recommend: Activate Power Mode. You can search and install extensions in editor preferences or search in web and install via simple command.

  3. Setup all hardest configuration, so after any change any child can see changes on own port (if they will write server-client code - HTTP(S) and/or WebSocket).

  4. Add some good sources of images/sounds that they can use (for example on demo page).

  5. Donā€™t leave them. First say something how they can start. Show them documentation and tutorials. Let them fail and wait for help requests :smile: - I mean help them, but donā€™t do all.

  6. Most important: ask them what they want to do. What they want to see.

  7. Maybe make funny app. Give him example idea and show that programming itā€™s not only for solving troubles.

  8. Make some cookies and milk/tea/other - kids have lots of energy, but everyone needs a break.

  9. Do not stick to rigid rules, because children can not stand such behavior.

  10. Donā€™t listen others - focus on your (kids) heart(s).

I have not children and there are no rules for all children of world, so keep distance for all tips. Iā€™m just a big child that want to make funny projects, so I think that rules will work.

:077:

How about to make a puns game? Simple chat like (web) app, that have questions and answers. From mobile and PC. They should easily send link to images and chat box will embed them. Simple and funny.
Fast question next day: How to save questions?. And your response: Welcome in Ecto world! :smile:

4 Likes

I guess it depends on their age, but I would imagine it is similar to how we train puppies - make it fun and keep it short :003: (training periods are usually no more than 15 minutes).

2 Likes

So many good Ideas here !
I like the puns game.

The children are mostly my own and a few friends of theirs (aged 8 - 12). I am planning a Christmas programming activity :slight_smile:

1 Like

Yeah I was thinking around 30 minutes or so before rewarding them with something. I am gonna be a bit flexible there I think

1 Like

How about add own questions at 24th December that results will give some tips where children could search Christmas presents?

Another good ā€˜getting startedā€™ game would be Hangman. This is something that is relatively simple (much simpler than Battleship in any case) but will still need a little bit of programming (including a recursive loop until the answer is guessed).

This was one of the first things I made when I learned programming as a kid. It was a lot of fun because suddenly you have a computer program that knows something you donā€™t.

2 Likes

I tend to teach programming first by having people program a little micro-controller hooked up to a set of LEDā€™s as Iā€™ve found it to get people to understand the links between the hardware and the software far better than any other method. :slight_smile:

3 Likes

http://microbit.org/resellers/

Microbit is the BBC platform, and it is really great, with some great IDE and code shared by other 7 years old.

2 Likes

Fantastic we are already planning a bit of mischief in that department :slight_smile: so this will fit right in.

[quote=ā€œDianaOlympos,
post:11, topic:2891, full:trueā€]

Microbit is the BBC platform, and it is really great, with some great IDE and code shared by other 7 years old.
[/quote]

I just ordered , always nice to play around with some toys.

Its starting to look a
lot like Christmas :slight_smile:

3 Likes