Python Download
Python is the highest tech, Easy to learn, and Advanced programming language.
If you are completely new to Python go to this link 'Getting started with Python' to know more about this amazing programming language.
► Download Python
First, You have to download and install Python on your PC. Python can be easily downloaded in Windows, Mac, and Linux. I am downloading in Windows, Try to download the latest version of Python.
► Installing Python
We will now Install python in our Operating System, I have Windows 10 therefore I am installing python in windows.
Steps to Install Python are:

► Learning Python
- PYTHON IDLE

IDLE - Integrated Development and Learning EnvironmentIDLE is a place where we can write, run and execute python programs
- Our First Code in Python
[Watch the video to understand how we can write our first Python program]
Open Python IDLE and write print("Hello World") to see the output, And see the video to effectively understand the logic behind it.
print - execute the output on the screenprint() - Inside parenthesis we will write anything we want to print on the terminalprint("Hello World") - Inside parenthesis and inverted commas we will write what to display on the terminal which could vary this statement will print Hello World as the output.







Comments
Post a Comment