Table of Contents
What is Python
Python is an open source interpreted high level programming language. It supports object oriented programming. A programmer Guido van Rossum developed this language in 1991. Python is easy to learn and write code and used as a scripting language in both small and large scale application development.
Features:
Open Source
Easy to learn and write code.
Interpreted language
Support Object Oriented Programming
Portable
High Level Language
Simple Program in Python:
print('Hello world!')
This program print Hello world! .
File Extension
Python have several file extensions, but regular file extension is .py