Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Programming»Python»How To Install Python 3.x on Windows

    How To Install Python 3.x on Windows

    By RahulJune 3, 20222 Mins Read

    Python is a widely used high-level, interpreted, dynamic programming language. Python supports object-oriented, imperative, and functional or procedural programming styles. The Python development team provides a Windows installer file to quickly install Python on Windows systems. As of today, Python 3.10 is the latest version available for installation.

    Advertisement

    This tutorial will help you to install Python 3 on a Windows system.

    Step 1 – Download Python Windows Installer

    First of all, download the required version of the Python installer from the official download page. Visit Python official download page and download required version of installer. For this tutorial, I have downloaded the latest version of Python 3.10.

    Installing Python on Windows

    You can find the installer file under the Downloads directory.

    Step 2 – Installing Python on Windows

    Once the installer file is downloaded successfully. Double click on the installer file and follow the installation wizard.

    1. First, check the boxes for Install python for all users and Add Python 3.10 to PATH. Then click on Customize Installation button.

      Installing Python on Windows

    2. Now select the features you need to install. Select all features (if required) and click Next.

      Installing Python on Windows

    3. You will get a list of Advanced Options. Select the required options or select all. Now click the Install button to begin installation.

      Installing Python on Windows

    4. You will see a successful installation message like below.

      Installing Python on Windows

    That’s it. You have successfully installed Python 3 on a Windows system.

    Step 3 – Verify Python Installation

    The Python installer will update the PATH environment variable. Open the windows command prompt and type the python command. If everything is installed and configured successfully, you will see a message like the below.

    Installing Python on Windows

    Conclusion

    This tutorial helped you to install Python on a Windows system. As the Python 3 includes the venv module. you can now create the virtual environment for the Python applications.

    Python Python 3
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    Setting and Getting the Default Timezone in Python

    Python Function with Parameters, Return and Data Types

    Understanding Python’s Underscore ( _ ): A Comprehensive Guide

    View 1 Comment

    1 Comment

    1. Akshaykumar Rokade on June 17, 2019 11:56 am

      How do install python on ubuntu … btw nice article exact on point

      Reply

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • Setting and Getting the Default Timezone in Python
    • What is Media Access Control (MAC) Address?
    • What is Cross-Site Scripting (XSS)?
    • What is Content Security Policy (CSP)?
    • A User’s Guide to Understanding Redirection Operators in Bash
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.