Python tutorial #1


What is Python?

🔰 Python is a high-level programming language, with applications in numerous areas, including web programming, scripting, scientific computing, and artificial intelligence. 
🔰It is very popular and used by organizations such as Google, NASA, the CIA, and Disney.
🔰Python is processed at runtime by the interpreter. There is no need to compile your program before executing it.
🔰The three major versions of Python are 1.x, 2.x and 3.x. These are subdivided into minor versions, such as 2.7 and 3.3. 
🔰Code written for Python 3.x is guaranteed to work in all future versions.
Both Python Version 2.x and 3.x are used currently. This covers Python 3.x, but it isn't hard to change from one version to another.

🔰Python has several different implementations, written in various languages.
The version used in this course, CPython, is the most popular by far.

First Program in Python

🔰Let's start off by creating a short program that displays "Hello world!".
In Python, we use the print statement to output text: 
>>> print('Hello world!')
Hello world!

To Run your python programs 
Install python 

Android:-  https://play.google.com/store/apps/details?id=ru.iiec.pydroid3

Windows:- https://python.org/downloads

On next tutorial I'll post about the simple operations on python wait till that and follow my mail to get blogs directly to your mail