× About Us How it works Pricing Student Archive Subjects Blog Contact Us

Enrich your knowledge with our informative blogs

How does exercise benefit Your Child’s Brain Development?

How does exercise benefit Your Child’s Brain Development?

Physical activity is essential for improving overall health and cognitive abilities in a Child. Keep reading to know more.” We...

Read More...
How to support your child before and after Results Day?

How to support your child before and after Results Day?

Exam results can be nerve-wracking as children are under extreme mental pressure to meet the expectations set by parents and...

Read More...
How to Remember Things Effectively? | Boost Your Teen’s Memorisation

How to Remember Things Effectively? | Boost Your Teen’s Memorisation

“Read the blog to unveil some 100% effective and tried & tested tips to improve memory of your teen.” Memory...

Read More...
What are arrays in python? 

What are arrays in python? 

In general terms, Python array is a collection of elements having same datatype or typecodes. It can hold more than one value with the same name.  For example:...

Read More...
What are strings in python?

What are strings in python?

Strings in Python is an immutable collection of characters. It’s like an array of characters that cannot be modified in any case but...

Read More...
What is a comment in programming?

What is a comment in programming?

Comments in programming means adding human readable descriptions in the source code explaining what the code intends to perform.  Commenting...

Read More...
Difference between AND, OR Operators

Difference between AND, OR Operators

Amongst all operators, AND and OR are two widely used logical operators in any programming language.   AND, OR operators fall under logical...

Read More...
Describe the basic syntax of python

Describe the basic syntax of python

Unlike C/C++ python is an interpreter-based high-level programming language.   Python is widely popular because:   It is open source and free to use...

Read More...
What is statement in Programming?

What is statement in Programming?

Statement in a programming means any line of code that instructs the compiler to perform a specific task.  A computer...

Read More...
What are different types of operators in Programming?

What are different types of operators in Programming?

Operators are the set of symbols that are used in a programming language to perform mathematical and logical operations.   There...

Read More...