Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Delphinus

611 posts

Ultimate Geek
+1 received by user: 274


#255987 9-Sep-2019 16:22
Send private message

I had a friend ask about suggestions to help a "a keen young fella (11-12years) to learn coding & software skills". 

 

"At this stage, he has mainly exhibited passionate enthusiasm for screen-based 'construction and design' (ie. Minecraft- Terraria- a bit of Sketch Up type activities). He's good at that... constantly generating ideas, and following them through. Very familiar with the creative process. He has good design ideas and a range of design interests.

 

He has taken some interest in 'Brainbox' sets, so maybe 'mechanical type stuff' would be more his line of interest at this stage.

 

 

 

So far regarding coding, he has enjoyed developing skills using Scratch, designing and making little screen-based games.  The usual sorts of 'cause and effect' games, with visual and and audio effects."

 

 

 

Personally I learnt teaching myself QBASIC and using a a parallel port interface device to measure things and turn stuff on and off and draw realtime graphs for science fairs. But that was.... a while ago. I'm a bit out of the loop now. Any suggestions I can pass on? 

 


Create new topic
darylblake
1172 posts

Uber Geek
+1 received by user: 410

Trusted

  #2313732 9-Sep-2019 16:47
Send private message

Learning something like Javascript is probably a good start. Web browsers can be opened up and you can start to run scripts.

Do some Node.js tutorials as well. These will be a little more advanced. But interestingly you can start creating quite a lot of stuff, by just knowing a bit of JS.

Build out to other languages from there. 




gzt

gzt
18694 posts

Uber Geek
+1 received by user: 7830

Lifetime subscriber

  #2313770 9-Sep-2019 17:46
Send private message

MIT Scratch is popular for this. Drag and drop block interface with example programs and guidance. When kids begin to find blocks limiting they start to look at the underlying Scratch code and use that instead. Teaches the basics of control logic, loops, event detection. Typically with 2d games which can get as complex as required.

marpada
487 posts

Ultimate Geek
+1 received by user: 182


  #2313779 9-Sep-2019 18:14
Send private message

http://codecamp.co.nz/




CokemonZ
1106 posts

Uber Geek
+1 received by user: 313


  #2313804 9-Sep-2019 19:32
Send private message

One of my kids goes to scratchpad www.scratchpad.co.nz 

 

TBH they do the same stuff as hour of code, but there are people there that help the kids work through it.

 

It's expensive, but if you're looking for someone to help them learn it's ok.

 

They also competed in the junior robocup which was pretty cool.


CYaBro
4708 posts

Uber Geek
+1 received by user: 1182

ID Verified
Trusted

  #2314080 10-Sep-2019 10:35
Send private message

CokemonZ:

 

One of my kids goes to scratchpad www.scratchpad.co.nz 

 

TBH they do the same stuff as hour of code, but there are people there that help the kids work through it.

 

It's expensive, but if you're looking for someone to help them learn it's ok.

 

They also competed in the junior robocup which was pretty cool.

 

 

URL link is spelt wrong in there. :)





Opinions are my own and not the views of my employer.


CokemonZ
1106 posts

Uber Geek
+1 received by user: 313


  #2314122 10-Sep-2019 11:09
Send private message

CYaBro:

CokemonZ:


One of my kids goes to scratchpad www.scratchpad.co.nz 


TBH they do the same stuff as hour of code, but there are people there that help the kids work through it.


It's expensive, but if you're looking for someone to help them learn it's ok.


They also competed in the junior robocup which was pretty cool.



URL link is spelt wrong in there. :)



Works for me.

 
 
 

Shop on-line at New World now for your groceries (affiliate link).
scuwp
3927 posts

Uber Geek
+1 received by user: 2510


  #2314124 10-Sep-2019 11:10
Send private message

I think it's called Scratch, used a lot is schools. Both daughter and son have used it. Valuable place to start I think as it helps grow the building blocks before they go freestyle. Worked for my older son who is well on his way in the IT industry. Should check out what your school has to offer.




Lazy is such an ugly word, I prefer to call it selective participation



CYaBro
4708 posts

Uber Geek
+1 received by user: 1182

ID Verified
Trusted

  #2314143 10-Sep-2019 11:22
Send private message

CokemonZ:
CYaBro:

 

CokemonZ:

 

 

 

One of my kids goes to scratchpad www.scratchpad.co.nz 

 

 

 

TBH they do the same stuff as hour of code, but there are people there that help the kids work through it.

 

 

 

It's expensive, but if you're looking for someone to help them learn it's ok.

 

 

 

They also competed in the junior robocup which was pretty cool.

 

 

 

 

 

 

URL link is spelt wrong in there. :)

 



Works for me.

 

That's because I changed it in my quoted post. :)

 

In your original post it doesn't work.





Opinions are my own and not the views of my employer.


Behodar
11102 posts

Uber Geek
+1 received by user: 6095

Trusted
Lifetime subscriber

  #2314153 10-Sep-2019 11:28
Send private message

Delphinus: Personally I learnt teaching myself QBASIC and using a a parallel port interface device to measure things and turn stuff on and off and draw realtime graphs for science fairs. But that was.... a while ago. I'm a bit out of the loop now. Any suggestions I can pass on? 

 

If you want a "retro experience" then grab a Raspberry Pi (not a Pi 4; no drivers yet), install Risc OS, and use the built-in BASIC. It's a full BASIC environment (you can even write desktop apps with it, although C is better suited) and you can use the "GPIO module" to control the I/O pins on the Pi.

 

If you want something more modern then look at the other posts :)


Gordy7
gordy7
2001 posts

Uber Geek
+1 received by user: 505

ID Verified
Lifetime subscriber

  #2314181 10-Sep-2019 11:59
Send private message

How do youngsters learn coding?

 

Surely coding is just a tool to implement an app or process using any programming language.

 

Are they taught to define an app or process before coding?

 

Do they just doodle with something like Scratchpad until something perhaps functional magically results?

 

However, I see from an earlier post that ScratchPad provides examples that youngsters can maybe pull apart and develop their own ideas and applications.

 

Me: I started out building crystal set radio receivers as a 10yo, then thru vacuum tubes, transistors, ICs, microcontrollers and now some embeded programming.

 

 





Gordy

 

My first ever AM radio network connection was with a 1MHz AM crystal(OA91) radio receiver.


Varkk
643 posts

Ultimate Geek
+1 received by user: 477


  #2318428 16-Sep-2019 11:39
Send private message

Gordy7:

 

How do youngsters learn coding?

 

Surely coding is just a tool to implement an app or process using any programming language.

 

Are they taught to define an app or process before coding?

 

Do they just doodle with something like Scratchpad until something perhaps functional magically results?

 

However, I see from an earlier post that ScratchPad provides examples that youngsters can maybe pull apart and develop their own ideas and applications.

 

Me: I started out building crystal set radio receivers as a 10yo, then thru vacuum tubes, transistors, ICs, microcontrollers and now some embeded programming.

 

 

 

 

 

 

At my son's primary school they started with a game in new entrants where one of the kids was a robot and had to do what the controller told them. They then made a grid layout maze using tape on the floor. The controller had to tell the robot how to navigate the maze using just simple commands (forward, turn left, turn right etc). This leads in to another game where they have a robot they pre-program with the navigation instructions.

 

It all starts with simple logic and instructions and builds up from there.


 
 
 

Shop now at Mighty Ape (affiliate link).

mdf

mdf
3566 posts

Uber Geek
+1 received by user: 1519

Trusted

  #2318478 16-Sep-2019 13:18
Send private message

Littlest Miss MDF (aged 8) and I have a fabulous time at a local STEM club. While she quite enjoys coding, she is far more into the engineering side of things so loves soldering circuits or getting robots to do things. We're both getting into 3D printing and laser cutting stuff.

 

If you're after a kit, the mBot robot plus mBlock is a great place to start.


Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.