×

STEM land Annual Report 2015 – 2016

STEM LAND The vision behind the STEM is learning based on concepts, practical observation & abstraction with the help of teaching kits & technology. In short “Mediocrity to Excellence. It empowers students to use their creativity to solve problems, ask questions and...

Read out all

Matplotlib Animation – calling animation from a function

Creating Animation in Matplotlib: #—————————————————————————— # ANIMATION- DYNAMIC PLOTS #—————————————————————————— import matplotlib.pyplot as plt import matplotlib.animation as animation from matplotlib.figure import Figure import time def animated_plot(): def data_gen(t=0): “”” Generator – generating data to plot the graph “”” cnt = 0 while...

Read out all

Passing ‘Global Variable’ across the files in Python

Passing global variable – Attachment I have encounter a situation where i need to pass a variable from one file to another file. This is like passing global variable across the files. I’ve created three files to demonstrate this as follows, main.py  ...

Read out all

Tooltip for Canvas items

Tooltip : Attachment  Tooltip: I am presently  creating a GUI in python. One of features is when I go on top of any button it should show the name of the button.  Tooltip can do this in python. Unfortunately it doesn’t work with...

Read out all

Rubik’s Cube – The viral in StemLand

We started to build the robot to solve rubik’s cube with python as platform in the STEM land. At that time Yuvaraj (8th grader) wanted to solve it. He searched for the algorithm to solve rubik’s cube. It took him 3 classes to solve the...

Read out all

Bangalore Days – My Internship on “Toys from Trash”

I went to Bangalore to do an internship on “Toys from Trash”(Aravind Gupta Toys). I did the Internship at SchoolGuru(located at Malleshwaram in Bangalore). Procheta was my practioner. The timing was from 10am-5pm.I did some 21 toys by watching the videos on...

Read out all

Reflections on Interning at Aura Semi

The Aura Auro Design team had interned in Bangalore for two weeks from the 2nd to the 14th of May at Aura Semi . The day started at 8:30 AM and we would leave after 7 PM. In these two weeks there...

Read out all

Internship at Aura semiconductors, Bangalore

We spent two weeks as interns at Aura semiconductors, Bangalore. Staying, food and travel was taken care by Aura. Things that I noticed differently: I saw people working for a long time from 10 to 13 hours a day. They worked very...

Read out all

Stemland Guests

  Children from Govt school, Edayanchavadi visited us one day in April 2016. They interacted with Udavi children. Some of them showed them how to do the Rubiks cube. They were taught Abalone and other games. Some made the Bigshot cameras and...

Read out all

Bangalore Naatkal – May 2016

I spent two full weeks at Aura Semiconductor, Bangalore as an Intern. Most of the days we were in office from 8:30am to 7pm. These two weeks for me was more about learning and noticing how people at Aura work efficiently. Though...

Read out all