×

Name Board of Stem Land

On the day of inauguration students ( Yuvaraj & Preethika) built seven segment display to display “STEMLAND” using arduino without any pre plan (fig-1). Then some of the students (Anushwathi, Praveen, Sundar, Sharmila) wanted to make it as name board for Stemland...

Read out all

Using Blender

To print using the 3D printer, we require a software which has 3D graphics and animation. I used blender, an open software that is supported in Ubuntu. Can be downloaded form the following link. https://www.blender.org/download/ The 3D printer recognises .stl files as...

Read out all

Totto-Chan

I finally finished reading this book. Its about the life of a little girl in japan. I thoroughly enjoyed every part from the book and how everything was described. Loved the the two characters – Totto Chan and her Headmaster. It was...

Read out all

Alice Program

Alice is a programming which support the creation of 3D animation. Student can create a program to animate his or her own imaginative environment ( people, animals, objects & places). A student (Rathinavel) from 8 grade made a program in Alice (...

Read out all

Before Testing a Chip or PCB

Check model of all components. Check if the board is close to what we expect. Check resistance of the materials. Do the measurements  that can be done without powering it up. Check simulations.

Read out all

Ball – Ball Collision

Below is a python code written in codeskulptor to test the reflection of a ball when it collides with another ball. Different values can be given to v and v1 to test it if is working in the manner we want to....

Read out all

Memory Game

The Course (Interactive Python) gave exposure on: Creating GUI by implementing logic. Handling mouse click events. Calling draw handlers on canvas. Debugging python programs. Memory game URL : http://www.codeskulptor.org/#user40_srqjc0bWay_1.py  

Read out all

DX BALL

This is a game that I made after completing a course on interactive python. The coding was done in codeskulptor. The course helped me to learn how to write code for GUIs. It helped me to understand how powerful classes are in programming. As it...

Read out all

Robotic Snake

“Playing with snake is awesome” said by 7th graders of Udavi school. Last week they have started to assemble the robotic parts to build robotic snake.  After the assembling, they programmed the snake to move around with hissing sound and to react...

Read out all