Python Installation

Python Installation

Step 1: Download python installer from the link below:
https://www.python.org/downloads/

Step 2: Run the installer. Check the checkboxes of ”use admin privileges when installing py.exe” and “add python.exe to path and click on Install now

python-installation

Step 3: Close the installer after successful installation

Step 4: Download and start Visual Studio Code (VS Code). In terminal check for python version:

Download-and-start-Visual-Studio-Code

If the version is visible correctly that means installation is successful.

Step 5: Download the Extensions from the Extension tab in VS Code as shown below :

Course Video

Course Video English

YouTube Reference :

Frequently Asked Questions

Still have a question?

Let's talk

Download Python from the official website and follow the installation instructions.

Install Python and an editor like Visual Studio Code.

The latest stable Python 3.x version is recommended.

Yes, Python is free.

Download from the official website and follow the steps.

Use python -m ensurepip to install packages.

Add Python to the system path during installation or manually through environment variables.

Download the Windows installer and follow the prompts.

Open Command Prompt, type python, and run your script.

Yes, you can use Python via web-based environments like Google Colab or online interpreters without installing it locally.