×

Learning Percentages and Discounts using Graph

The 8th graders were working on percentages  and finding the discounts. Sanjeev, taught the children on how to find the discount for a percentage using a graph sheet. Let’s see how to find discounts using graph sheet. Question: A book costs Rs....

Read out all

Ron-documentation

What is ssh? ssh is a kind of network protocol to communicate between two or more computer. communication between client to server. ssh is default install in all ubuntu pc’ s. ssh -client tool to communicate to the server. We need to...

Read out all

Inspiration “Secret of concentration”

~ Sundar, Murali, Naveen Transferred to the next group this week 🙂 , and worked on the secret of Concentration. The following passages were translated to Tamil and read with the children in both English and Tamil. From the teachings of Swami...

Read out all

Sample WebScraping

########### Source code for webscraping ############ from selenium import webdriver from bs4 import BeautifulSoup import pandas as pd driver = webdriver.Chrome("/home/ranjith/Documents/Software/Chrome/chromedriver_linux64/chromedriver") products=[] #List to store name of the product prices=[] #List to store price of the product driver.get("https://www.flipkart.com/laptops/~buyback-guarantee-on-laptops-/pr?sid=6bo%2Cb5g&uniq") content = driver.page_source soup...

Read out all

GCD and LCM using Sympy in Python

##########Source code for finding GCD and LCM using Sympy in python######### from sympy import * x = Symbol('x') expression1, expression2 = x**2 + 4*x - 12, x**2 - 5*x + 6 def findGCD(expression1, expression2): print("########### Find GCD ############") factorsExpr1, factorsExpr2 = factor(expression1),...

Read out all

Inspiration

At Isaiambalan school a project on value with Swammy Krishnan Maharaj was started last week(20190615) and children along with teachers were split into six groups each with a specific title . Our group was given the topic “True Education” whose avatar was...

Read out all

Installation of Python3.7, PIP3, JDK, Eclipse in Ubuntu 64x

Installing Python 3.7 sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa sudo apt-get install python3.7 python3.7 –version Installing pip3 sudo apt install python3.7-pip Installing JDK sudo add-apt-repository ppa:linuxuprising/java sudo apt install oracle-java11-installer installing eclipse (placed the extracted file in downloads) cd Downloads/ cd eclipse-inst-linux64/ cd eclipse-installer/ ./eclipse-inst...

Read out all

2017-2018 batch children’s reflection on STEM land

2017 – 2018 batch children from Udavi had a get together. We’ve planned to meet them and have a conversation on how STEM land was useful for them and what they feel about STEM land. Children were in their summer holidays and...

Read out all

Session On New School Software and 7th Grade scratch Course

~Saranya In STEMland we give freedom to children to choose their plan on their own.  Using the software children choose their plan for a week and they will work according to their plan. We build a software for children to track their...

Read out all

Turning ON/OFF light bulb using Arduino and Relay

~ Abilash, Pratap. Abilash and Saranya made a relay circuit during the Electronic session with Vimal, so the goal was to turn ON and OFF the AC bulb with the delay of 1 second which was connected to the Arduino and Relay....

Read out all