Uploaded by pruthviraj Nirmal

Python

advertisement
Python
Aditya Wananje
What is Python
• Python is a dynamically typed, General Purpose Programming
Language that supports an object-oriented programming approach as
well as a functional programming approach.
• Python is also an interpreted and high-level programming language.
• It was created by Guido Van Rossum in 1989.
Steps to Install Python:
• Visit the official python website: https://www.python.org/
• Download the executable file based on your Operating System and
version specifications.
• Run the executable file and complete the installation process.
• After installation check the version of python by typing following
command: ‘python --version’
Steps to Install Python:
• Visit the official python website: https://www.python.org/
• Download the executable file based on your Operating System and
version specifications.
• Run the executable file and complete the installation process.
• After installation check the version of python by typing following
command: ‘python --version’
Download