Recent articles

How to create classic Snake game using block coding
Payal Udhani on October 14, 2022
Learn to create a classic snake game using block-based coding. We will use the Scratch platform as a block-based coding ...

What is the difference between Java, Python and C++
Amit Dhanwani on October 1, 2022
Learn about the difference between Java, Python and C++ Every year, programming language demand and acceptance vary. Ad...

Guide to Creating Animation With Scratch Programming
Payal Udhani on September 24, 2022
Kids will learn how to make in animation in Scratch. They can animate sprites and move them around the screen using the ...

What is Object Oriented Programming (OOP)
Payal Udhani on September 21, 2022
Object oriented programming is the structure and style of writing the code, which focuses more on the elements that are ...

How to create Space Invaders game using Python
Amit Dhanwani on September 21, 2022
Learn how to create Space Invaders game using Python. In the static shooting Space Invaders game, the player moves a las...

What are variables in Python?
Amit Dhanwani on September 10, 2022
What are variables in Python? Containers that store values are called variables in Python. Variables are only designate...