• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hello Scratch: given AI, still worth teaching programming?

 
Ranch Hand
Posts: 250
Python Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Delighted to hear about this book. My elder son is 15 and younger is 7. I actually never tried to teach programming to my elder one (he is in 10th Standard in India and his school curriculum does applied aspects of Computers e.g. how to use MS Office Suite or MS Paint etc. They also covered Scratch but very basic, no projects work given). With my younger son I have now found that there are many web tools available, especially liked Kodable). My question is how will a print book help where online tool kits are now a days available and secondly is it worth teaching programming to kids now (given that AI would probably take away all the IT jobs, as I hear).
 
Author
Posts: 18
6
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's absolutely still worth teaching programming because someone needs to build those AI systems (or for that matter, build websites, make video games, create software).  This book is about teaching kids to think like a programmer, showing them dozens of ways the same computer programming concepts (loops, conditionals, arrays, variables, etc) can be applied.  In fact, the last chapter points out how Scratch translates into coding in other languages, showing a snippet of code from Scratch and the same code from JavaScript.  I think the book is worth it because it explains.  It's the difference between handing a math app to your child or having a teacher in front of the room leading the child through math assignments and explaining them along the way.

It sounds like a fun project for both kids to do together -- the older helping the younger one!

Debashish Chakrabarty wrote:Delighted to hear about this book. My elder son is 15 and younger is 7. I actually never tried to teach programming to my elder one (he is in 10th Standard in India and his school curriculum does applied aspects of Computers e.g. how to use MS Office Suite or MS Paint etc. They also covered Scratch but very basic, no projects work given). With my younger son I have now found that there are many web tools available, especially liked Kodable). My question is how will a print book help where online tool kits are now a days available and secondly is it worth teaching programming to kids now (given that AI would probably take away all the IT jobs, as I hear).

 
Debashish Chakrabarty
Ranch Hand
Posts: 250
Python Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks so much Melissa for your reply. My daytime job has been as a programmer, I deal now more on Management and Solutioning but I realize that while I help deliver software solutions at work, I really have done nothing for my own kids on this regard. I think I owe an hour of code at least every week for my younger one, you are right even those AI systems need to be built by someone. Your answer helps me take a resolve today My best wishes for your book to do well.
 
reply
    Bookmark Topic Watch Topic
  • New Topic