A school with a futuristic vision that keeps itself a step ahead in all spheres be it in using best pedagogy, innovative methodology, 21st century skill training, internationalism, Google class r...
The Union Cabinet approved the National Education Policy 2020, paving way for transformational reforms in the higher education sector in the country. To discuss the“Path-breaking inclusive ideas in...
“We don’t have plan B because there is no planet B!” Ban Ki-moon, the United Nations Secretary General
This is an epoch where change is constant, ingrained and inherent. We experience its manifes...
“To speak a language is to take on a world, a culture.” ― Frantz Fanon
India. An ancient land whose multicultural, multi-ethnic, multi-linguistic fabric has been woven through centuries of conta...
When kids learn or read subjects taught in school from parents or tutors who come to house, it's called homeschooling. Home-schooling can be for a single kid or he / she may learn with brother...
Python Collections (Arrays)
There are four collection data types in the Python programming language:
List is a collection which is ordered and changeable. Allows duplicate members.
Tuple is a ...
String Literals
String literals in python are surrounded by either single quotation marks, or double quotation marks.
'hello' is the same as "hello".
You can display a string literal with the pr...
Python Install
Many PCs and Macs will have python already installed.
To check if you have python installed on a Windows PC, search in the start bar for Python or run the following on the Command ...
Till the time a condition is true (or False depending upon the loop), a set of statements are repeated again and again. As soon the condition becomes False (or True), the repetition stops. The iter...
Various concepts of economics and statistics are expressed in terms of numbers like, demand, supply, price, national income, etc. These economic variables are often related to each other. One way...