X-OR Cloud
  • ☁️Giới Thiệu
  • ℹ️Điều khoản dịch vụ
    • Cam kết chất lượng dịch vụ - SLA
    • Chính sách bảo vệ thông tin cá nhân
    • Chính sách thanh toán
    • Cơ chế tiếp nhận và giải quyết khiếu nại
    • Các điều khoản về quyền riêng tư
    • Điều khoản sử dụng dịch vụ
  • 🚀Sản phẩm
    • X-OR Cloud
      • X-OR Cloud Kubernetes Engine
        • Hướng dẫn sử dụng
      • X-OR Cloud Elastic IP
        • Hướng dẫn sử dụng
      • X-OR Cloud Elastic Load Balancer
        • Hướng dẫn sử dụng
      • X-OR Cloud VPC
        • Hướng dẫn sử dụng
      • X-OR Cloud Backup
        • Hướng dẫn sử dụng
      • X-OR Cloud Image Management
      • X-OR Cloud Elastic Volume
      • X-OR Cloud Auto Scaling
      • X-OR Cloud Elastic Compute
        • Hướng dẫn sử dụng
    • X-OR AI
      • Hướng dẫn
        • Mua gói GPU Container
        • Quản lý Container
    • X-OR Data
      • Bắt đầu
      • Hướng dẫn
        • Mua gói Object Storage
        • Quản lý Bucket
        • Tích hợp Wordpress
        • Sử dụng client
        • Đồng bộ dữ liệu từ sử dụng tool s3sync
        • Tích hợp Object Storage với Javascript
        • Tích hợp Object Storage với Java
        • Tích hợp Object Storage với Go
        • Tích hợp Object Storage với PHP
        • Tích hợp Object Storage với C#
        • Tích hợp Object Storage với NodeJS
        • Sử dụng s3 browser
        • Sử dụng với Object Manager tại X-OR
        • Bật xác thực 2FA
        • Sử dụng MinIO Client
        • Sử dụng rclone
      • FAQs
        • Object Storage là gì?
        • Lợi ích Object Storage mang lại?
        • Có thể thay đổi tên Bucket không?
        • Vì sao không xóa được Bucket?
    • X-OR Stack
  • 🌟Giải pháp
    • Quản lý và chia tài liệu trong doanh nghiệp
    • Sao Lưu Dữ Liệu Đảm Bảo An Toàn và Phục Hồi Nhanh Chóng
    • Giải pháp Backup & Recovery cho Windows Server sử dụng Veeam và Object Storage
  • 📗Tutorials
    • XOR Cloud - Portal
      • Kubernetes
      • Keypair
      • Elastic IP (Public IP)
      • Elastic Compute (Cloud Server)
      • Virtual Private Cloud
    • Linux Basics
      • Hướng dẫn cơ bản về Dòng lệnh Linux
    • JavaScript
      • Cách sử dụng Bảng điều khiển dành cho nhà phát triển JavaScript
      • Cách viết chương trình JavaScript đầu tiên của bạn
      • Cách thêm JavaScript vào HTML
    • React
      • How To Set Up a React Project with Create React App
      • How To Create React Elements with JSX
      • How To Create Custom Components in React
    • NodeJS
      • What is Node.js?
      • Node JS Environment Setup - Node.js installation
      • How To Use Node.js Modules with npm and package.json
    • Python
      • How to Install Python on Windows 10
      • Python Variables
      • Conditional Statements in Python
    • Database
    • NextCloud
      • Hướng dẫn dùng trên giao diện Web
        • Files
        • Lưu trữ bên thứ 3
      • Hướng dẫn sử dụng trên PC ( Windows )
    • Multiple PXE Server On Cloud
    • Storware
      • Cài đặt
    • Window Server Basics
      • Hướng dẫn bảo mật Windows Server cơ bản
    • Tự động sao lưu cơ sở dữ liệu lên Object Storage tại X-OR Cloud
    • Cài đặt và thiết lập Backup File trên Windows Server lên Object Storage sử dụng Veeam
Powered by GitBook
On this page
  • Prerequisites
  • Step 1 — Downloading the Python Installer
  • Step 2 — Running the Executable Installer
  • Step 3 — Adding Python to the Environment Variables (optional)
  • Step 4 — Verify the Python Installation
  • Conclusion
  1. Tutorials
  2. Python

How to Install Python on Windows 10

Preinstall environment to coding python.

Last updated 1 year ago

The Python programming language is an increasingly popular choice for both beginners and experienced developers. Flexible and versatile, Python has strengths in scripting, automation, data analysis, machine learning, and back-end development.

In this tutorial you’ll install Python on Windows 10 using the Python installer for Windows.

Note: If you’re interested in learning how to use Windows PowerShell and package managers, and install and set up Python on Windows 10 using a command-line interface, then check out .

Note: If you want to use Python for web development, then Microsoft recommends installing Python using the .

You’ll need a computer running Windows 10 with administrative privileges and an internet connection.

  1. Go to the official .

  2. Find a stable Python 3 release. This tutorial was tested with Python version 3.10.10.

  3. Click the appropriate link for your system to download the executable file: Windows installer (64-bit) or Windows installer (32-bit).

    Download Python Installer
  1. After the installer is downloaded, double-click the .exe file, for example python-3.10.10-amd64.exe, to run the Python installer.

  2. Select the Install launcher for all users checkbox, which enables all users of the computer to access the Python launcher application.

  3. Select the Add python.exe to PATH checkbox, which enables users to launch Python from the command line.

  4. The Optional Features include common tools and resources for Python and you can install all of them, even if you don’t plan to use them.

    Select some or all of the following options:

    • Documentation: recommended

    • pip: recommended if you want to install other Python packages, such as NumPy or pandas

    • tcl/tk and IDLE: recommended if you plan to use IDLE or follow tutorials that use it

    • Python test suite: recommended for testing and learning

    • py launcher and for all users: recommended to enable users to launch Python from the command line

  5. Click Next.

  6. The Advanced Options dialog displays.

    Select the options that suit your requirements:

    • Install for all users: recommended if you’re not the only user on this computer

    • Associate files with Python: recommended, because this option associates all the Python file types with the launcher or editor

    • Create shortcuts for installed applications: recommended to enable shortcuts for Python applications

    • Add Python to environment variables: recommended to enable launching Python

    • Precompile standard library: not required, it might down the installation

    • Download debugging symbols and Download debug binaries: recommended only if you plan to create C or C++ extensions

    Make note of the Python installation directory in case you need to reference it later.

  7. Click Install to start the installation.

  8. After the installation is complete, a Setup was successful message displays.

Skip this step if you selected Add Python to environment variables during installation.

If you want to access Python through the command line but you didn’t add Python to your environment variables during installation, then you can still do it manually.

Before you start, locate the Python installation directory on your system. The following directories are examples of the default directory paths:

  • C:\Program Files\Python310: if you selected Install for all users during installation, then the directory will be system wide

  • C:\Users\Sammy\AppData\Local\Programs\Python\Python310: if you didn’t select Install for all users during installation, then the directory will be in the Windows user path

Note that the folder name will be different if you installed a different version, but will still start with Python.

  1. Go to Start and enter advanced system settings in the search bar.

  2. Click View advanced system settings.

  3. In the System Properties dialog, click the Advanced tab and then click Environment Variables.

  4. Depending on your installation:

    • If you selected Install for all users during installation, select Path from the list of System Variables and click Edit.

    • If you didn’t select Install for all users during installation, select Path from the list of User Variables and click Edit.

  5. Click New and enter the Python directory path, then click OK until all the dialogs are closed.

You can verify whether the Python installation is successful either through the command line or through the Integrated Development Environment (IDLE) application, if you chose to install it.

Go to Start and enter cmd in the search bar. Click Command Prompt.

Enter the following command in the command prompt:

python --version

An example of the output is:

OutputPython 3.10.10

You can also check the version of Python by opening the IDLE application. Go to Start and enter python in the search bar and then click the IDLE app, for example IDLE (Python 3.10 64-bit).

You can start coding in Python using IDLE or your preferred code editor.

Customize Installation

If you’re just getting started with Python and you want to install it with default features as described in the dialog, then click Install Now and go to . To install other optional and advanced features, click Customize installation and continue.

Python Optional Features
Python Advanced Options
Python setup was successful

Verify if Python is installed using IDLE app

You’ve installed Python on your Windows 10 computer and are ready to start learning and programming in Python. Next, you can and continue your learning with more .

📗
Step 2 — Running the Executable Installer
Step 4 - Verify the Python Installation
Step 3 — Adding Python to the Environment Variables (optional)
Step 4 — Verify the Python Installation
Conclusion
write your first program in Python 3
Python tutorials
Introduction
How To Install Python 3 and Set Up a Local Programming Environment on Windows 10
Windows Subsystem for Linux
Prerequisites
Step 1 — Downloading the Python Installer
Python download page for Windows