Python Windows Installation

by Atakan

Hello
Before you start programming with Python we need to install the python interpreter on your computer.

Step 1-) We will go to Python’s website https://www.python.org/downloads/  and we will click the 3.x button that says the latest version.I will base the 3.x version in my narratives.

 

Step 2-) When you run the python-3.x.x.exe file you downloaded, it will come from the screen below image. The check box named Path does not normally come here selected.
At least it might have changed as I was downloading it and probably won’t come to you in the same way selected..
I suggest choose this checkbox to check.
The purpose of this will be to automatically define python to windows environment variables. cmd.exe, Powershell.exe etc.
Type the python and system will detect it.

Step 3-) When we write python, if there is a return as below, information such as release date, in this case, the operation is successful. And we printed a test message with print command 🙂

You may also like

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. OK Read More