Arul's Blog

programming

How to Introduce Debugging to Kids

Wed 02 December 2020 By Arulmurugan Rajaraman comments

When it comes to teaching kids problem-solving, few methods are as powerful as learning to debug code. The process of finding bugs and implementing debugging strategies is great practice for problem-solving in other areas of a child’s life. This guide will make it easy to introduce debugging to kids.

Read more →

A 5-Step Guide to Teaching Kids Coding

Tue 24 November 2020 By Arulmurugan Rajaraman comments

There are several reasons why every kid should learn to code — for instance, coding fosters creativity and enhances problem-solving skills. Fortunately, teaching kids to code doesn’t have to be difficult, and you don’t need any coding experience. Let's learn more about it in this article.

Read more →

How to Make Rock Paper Scissors in Python

Tue 24 November 2020 By Arulmurugan Rajaraman comments

Let's learn how to code a classic game in Python. We’re going to use conditionals, while loops, and random numbers to make a Rock, Paper, Scissors game where you play against the computer!

Read more →

Top 7 Computer Science Basics All Kids Should Learn

Tue 17 November 2020 By Arulmurugan Rajaraman comments

Computers has become an integral part of our day-to-day life. In this article. let's see about the top 7 computer science basics all kids should learn.

Read more →

How to Make a Sprite Move in Scratch for Beginners (Kids 8+)

Sun 01 November 2020 By Arulmurugan Rajaraman comments

This article will teach you how to make a sprite move in Scratch, a free visual programming language

Read more →