Python for kids: Tutorial 02
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEionM7Qj7P_WGYJNQzKow0zIoKcoaYqzRG7M7ievx5JzNk0LHZP4xs049hi_6fJDtyjzDXehX9d8cSPaxJkC4aK6rWjHcuXnNldFC7ZLxdMqeMBcSlO0hT3DtLplR2xP8KWuYo9PtmZyqpg/s320/1.png)
Why do we use python? Python can be used for various types of software development - Websites creation - mathematical and logical calculations - machine learning - system scripting Writing Python is very similar to writing English and that makes python so popular. Python was created by Guido van Rossum, and release in 1991. Since then, there have been many advancements in python. Python3 is the latest version of python followed by python and python 2.x. Important Note: - Python runs on an interpreter system, meaning that code can be executed as soon as it is written and is done line by line. - Python majorly relies on indentation. So, while writing core from now on, please keep a note of the correct indentation while moving to a new line. Install Python you can install python on your laptop following the below steps: 1. Download python using the below link and shown in the snapshot. https://www.python.org/downloads/ ...