Python Tutorial Part 1 – Introduction to Python
What is Python? Python is a very powerful and easy to understand High Level Programming Language. It is general purpose programming language which requires only interpreters and no compilers. It is an object oriented language. Everything in python is an object. Creator of Python was Guido van Rossum during 1985- 1990. Python Supports following Programming …