How to teach kids coding

A score of days ago, I asked a twelve-year-old boy whether he had done his assignment. He said there was a power outage and as soon as power was restored, he hurried to charge his laptop but couldn’t get it charged up 15% before there was another power outage. There were…

Continue ReadingHow to teach kids coding

How to Write Python Functions and Recursion

https://www.youtube.com/watch?v=5_VfOshjzuU&t=859sIn this video tutorial, I will teach you how to create and call functions. A function is a small self-contained program (a block of code) that can be called to perform a task. A function is one of the techniques for achieving code re-usability. At the end of this tutorial, you…

Continue ReadingHow to Write Python Functions and Recursion