Saturday 18 January 2020

Decomposition

Decomposition  is the process of breaking down a big or complex problem into a set of smaller sub-processes to allow us to describe, understand, or execute the problem better.
  • Dividing a task into a sequence of subtasks
  • Identifying elements or parts of  a complex system
Example:- Making tea is a complex task that can be broken down into smaller, simpler tasks such as boiling milk, tea bags, sugar etc.

Friday 17 January 2020

COMPUTATIONAL THINKING#


Computation thinking is an approach to solving problem using concepts and ideas from computer science, and expressing solutions to those problems so that they can be run on a computer.

There are Four types of Computational thinking 
  • Decomposition 
  • Pattern recognition/ Data Representation 
  • Abstraction 
  • Algorithm

Saturday 11 January 2020

History of python
The word python - isn't  scary? Does it bring the image of big snake that we prefer to see other in jungles? Well, it's to change the image. Now on, you will remember word python for its playfulness and peasant productivity. Confused?
Well, Don't be - because, now on will get introduced to a new programming language namely 'Python' , which promises to make you a big programming fan;-)

Python programming language was developed by Guido Van Rossum in february 1991.
python is based on with two programming languages. It was named after famous BBC comedy show namely Monty python's flying Circus

  •  ABC language, a teaching language created as a replacement of BASIS
  • Modula-3
It is easy to learn yet powerful object oriented programming(OOPs) .
Before you begin your journey with python, it is important to know all it takes to develop Computational Thinking.