Sunday, July 26, 2020

How to Install Python in windows And run our first program in python




How to Install Python 3.8 In Windows

Step 1: Install Python 3.8

You can now start the installation of Python by clicking on Install Now:

Note that depending on your needs, you may also check download pythonthe box to add Python to the Path.
Your installation should now begin:

After a short period of time, your setup would be completed:

Now In your Windows Python is Installed:

How To Run a Code in Python:

You can run a code in Python via the Python IDLE.

A quick way to find your Python IDLE on Windows is by clicking on the Start menu. You should then see the IDLE under “Recently added”


Once you click on the Python IDLE, you would then see the Shell screen:


Now You Can Type a Program And Save The File:

how to install python,install python,how to install python 3.8 on windows 10,how to,how to install python on mac,python,how to install python on windows 10,install python 3.6 on windows 10,install,python 3,install python 3.7,how to install python 3,how to install python 3.6.2,windows how to install python,how to install python 3.8 on mac,python how to install selenium,download python,how to install python on windows,how to install python on windows 7,how to install python on windows 8


  Choose a location where the Python file will be saved on your computer. You’ll also need to type a name for your file. For example, I named the file as “Test”





Once you’re done, press Save, and you would then see the “Hello World” expression printed on your Python Shell:



Thank You...























No comments:

Post a Comment