Benefits of Learning Python

Benefits of Learning Python

What is Python? Python is an object-oriented, interpreted, high-level programming language with dynamic semantics. It is a gener... Read more

National Education Policy 2020 (NEP2020) in India

National Education Policy 2020 (NEP2020) in India

On 4th August 2020, the Indian government, passed an amendment regarding the educational system, implementing some, industry based... Read more

7 amazing Programming tools tailor-made for Children

7 amazing Programming tools tailor-made for Children

Programming has become an important part of basic education. In this modern era, electronic gadgets have become a part and parcel of our daily life in the form of smartphones, tablets, computers, smart TVs etc. Children are becomi […]

A peek at Fuzebox, a convenient Coding Device

A peek at Fuzebox, a convenient Coding Device

Coding has become a part of basic literacy in this modern era. Programming knowledge has considerable significance in various job prospects and higher education. Hence, it's necessary to get yourself acclimatized to programmin […]

Ctrl+Alt+Del: “The 3-finger salute”

Ctrl+Alt+Del: “The 3-finger salute”

Ctrl+Alt+Del is the abbreviated  form of Control-Alt-Delete where the user has to press “delete” while holding the 2 keys- Ctrl and Alt at the same time. The general function of this action is to interrupt a proce […]

What are CAPTCHAs and why are they used?

What are CAPTCHAs and why are they used?

Did you ever come across statements like “I am not a robot” on a blog page where you were looking to post a comment in the comments section? You had to type out your comments and then click a mandatory tick on such a t […]

A Glossary of 23 simple Terms associated with 3D Printing

A Glossary of 23 simple Terms associated with 3D Printing

3D printing is an additive manufacturing technique of synthesizing a 3D object through a 3D printer. 3D design and printing has gained immense importance in the modern era due to its versatility and a nominal manufacturing cost. L […]

Writing a “Happy Number” Algorithm

Writing a “Happy Number” Algorithm

Algorithms play a huge role in computer programming. An algorithm isn't directly executed in programming but the ideas in the same algorithm act as the foundation of a code, thereby making it easier for the programmer to write […]

8 amazing SBCs (Single Board Computers)

8 amazing SBCs (Single Board Computers)

SBC (Single board computer) is an entire computer assembled on a sole circuit board comprising mainly of memory, microprocessor(s), I/O (Input/Output) features etc. Some of these boards are complete computers such as Arduino, Beag […]

Presenting SketchUp 3D modeling software in a nutshell

Presenting SketchUp 3D modeling software in a nutshell

SketchUp is a three-dimensional modeling software used for a broad variety of sketching applications in interior designing, architectural designing, civil engineering, mechanical engineering, video game designing, woodworking, pro […]

Floating Point Numbers: Some basic Ideas

Floating Point Numbers: Some basic Ideas

Students generally come across this term “float” in their computer programming (mainly C, C++ and Java) courses. For variable declaration prior to a code, certain data types are used like integer types (int, char, shor […]

Introducing Lauren Ipsum: A fairy tale based on Computer Science

Introducing Lauren Ipsum: A fairy tale based on Computer Science

Have you ever heard of a computer science book without the presence of actual computers in the book itself? Well, there's one which actually matches the same description provided above. Lauren Ipsum is a computer science book […]

NASA's Valkyrie Robot – an Overview

NASA's Valkyrie Robot – an Overview

The Valkyrie robot platform was initially built in 2013. It was made by NASA. The main objective behind the creation of Valkyrie was to design a humanoid robot which would be capable enough to assist people in man-made or natural […]

5 tips to introduce Algorithms to Children

5 tips to introduce Algorithms to Children

The term “Algorithm” may seem pretty irrelevant to children's education (especially when they are in elementary schools) but it does hold huge importance in the field of programming. Coding has become the basic tec […]