×

Graph with Abinash

Abinash a student from the 8th grade at Udavi school started his work on graph and initially had a little difficulty plotting points. He wanted to create a game for others to understand the concept and so together we started to mind...

Read out all

mysql client documentation-windows

~Sandhiya What is mysqlclient? The client package also comes with utilities that allow you to easily backup/restore data and administer the server. Install mysqlclient for windows Go to the link: https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysqlclient Download the file which version supported your system Download the file:...

Read out all

Documentation on debugging issue for creating database

While running the crawler code to extract data about the categories(Beauty -> Tools and Accessories  products) in amazon.in,  I had come across the following error. I will be showing what I had done to rectify the error. runfile(‘C:/Users/Dell/Documents/Quilt/quilt-beauty/quilt-beauty/amazon_beauty_skin_crawler.py’, wdir=’C:/Users/Dell/Documents/Quilt/quilt-beauty/quilt-beauty’) Error tokenizing data....

Read out all

How to use Git in Eclipse(Cloning a respiratory)

–  Prabaharan 1.Open your Gitlab To copy the URL that you want to clone in your local respiratory. Go to: Project -> Details Select “Clone” and under “Clone with HTTPS”press on the “copy URL to clipboard”   2. Open Eclipse Go to: ...

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

Installing R on Ubuntu 64x

edit /etc/apt/sources.list paste deb https://cloud.r-project.org/bin/linux/ubuntu trusty-cran35/ sudo apt-get update sudo apt-get install r-base (first uninstall if already older version R base is installed using sudo apt-get remove r-base) sudo apt-get install r-base-dev sudo apt-get install r-base-dev Y or I : install the...

Read out all

Triangle inequality rule

We were working with area and construction of triangles with the 6th graders in Isaiambalam school initially children started to construct a triangle with compass on their note books. Then to make things a little interesting children were asked how they would...

Read out all

Welcome Anupama

Anupama Jagadeesh deeply cares about self-exploration. She has 18 years of experience in web based applications for various corporates in the US and and has just moved from Seattle. She was a senior development lead delivering products primarily on Java platforms. She...

Read out all

Scratch course in Thamarai learning Centre

In Thamarai Learning Centre  STEM land team offered a basic scratch course in the evening for 5 days from 5.30 PM  to 7 PM. The facilitator in that centre didn’t know about scratch so they also joined  the course. There were about...

Read out all