What is Python language

Python programming language

Python is an interpreted high - level programming language for general purpose programming. created by Guido van Possum
and first released in 1991, python has a design philosophy that emphasizes code readability, notably using significant white space. 
It provides constructs that enable clear programming on both small and large scales. in July 2018, Van Possum stepped down as the leader in language




How Python is used
Python is a general-purpose programming language that can be used in any modern computer operating system. It can be used for processing text numbers, images, scientific data and just about anything else you might save on a computer.
                                                                                                             














Python is an interpreted language. This means that it is not converted to a program is run but at runtime. In the past, this type of language was called a scripting language, intimating its use was for trivial tasks, 

                  Your First Python program
Often, a program called "Hello, world " is used to introduce a new programming language to beginners. A "Hello world ", is a simple program that outputs "Hello, world".












Comments