Installaion of Python Is Not Much Difficult. It Involves just few Steps.
Let’s GO,
Step 1: First and foremost step is to open a browser and type https://www.python.org/downloads/windows/
Step 2: Underneath the Python Releases for Windows find the Latest Python 3 Release – Python 3.10.6 (the latest stable release as of now is Python 3.10.6).
Step 3: On this page move to Files and click on Windows x86-64 executable installer for 64-bit or Windows x86 executable installer for 32-bit.
- Run the Python Installer for how to install python on windows downloads folder
- Make sure to mark Add Python 3.10 to PATH otherwise you will have to do it explicitly. It will start installing python on windows.
- After installation is complete click on Close. Yessss………….. Python is installed. Now Open CMD and type python.
- You will see python version. For Testing type -> print(“Hello TheCodeSpace”) . you will get result printed there.
- This is Python Interpreter also called Python Shell. I printed Hello geeks, python is working smoothly.
- The three greater than >>> sign is called Python command prompt, where we write our program and with a single enter key, it will give result so instantly.