Why We Love Robotics

Spark curiosity, ignite creativity: Why we love robotics The whirring of gears, the bright flash of code — robotics is more than just robots, it’s a gateway to a world of endless possibilities for our minds. In today’s tech-driven landscape, equipping children with robotics skills isn’t just a cool hobby, it’s a smart investment in […]

2 mins read

Starting With Scratch

Scratch is an online block coding software that is easy to learn and extremely fun to use. To start with scratch first create click create an account in scratch.mit.edu. Once you have created an account and verified your email click create a new project. Now it’s time to start coding. First, we have to understand […]

1 min read

The First Line Of Code

Once you have you have python downloaded it’s time to write your first line. (If you don’t have python refer to the previous article.) First, we have to open python, I am using Pycharm but if you are using a different software that will work just fine. Once you open up PyCharm you will have […]

2 mins read

Taking User Input

Taking user input is fun and easy while also very cool. When you take user’s input all you have to do is ask them a question, and you can do anything with that information. For example, if you ask for their name you can say hello __! In Pycharm or whatever coding software you are […]

1 min read

If Statements

If statements are great when taking user input because you can answer different responses to your question. If statements are kind of difficult because of the indentations and small formatting issues, but if you are using Pycharm that is taken care of for you. The first thing you have to do is open your previous […]

1 min read