Python 3.6.3 official website download installation test getting started tutorial (windows), python3.6.3

Source: Internet
Author: User

Python 3.6.3 official website download installation test getting started tutorial (windows), python3.6.3

1. Download Python 3.6.3 from the official website.

Visit the Python official https://www.python.org/

Click Downloads => Python 3.6.3

Download the Python 3.6.3 Windows Installation Package

If the official website can not open or download speed is very slow, you can download from the domestic image: https://pan.baidu.com/s/1dEP0glN

2. Install Python 3.6.3

Double-click the downloaded installer python-3.6.3.exe

Note: Select Add Python 3.6 to PATH.

Click Customize installation (to facilitate custom installation path ).

Click Next

Check Install for all users

In the Cusomize install location column, modify the installation path.

Generally, we do not want to install the software on the C drive,

The easiest way is to change C: In the default installation path to D: (install to D disk)

Then click Install

In the displayed dialog box, click Yes.

Then, the installation starts automatically.

Finally, click Close to complete installation.

3. Test/verify Installation

Click Start Menu => Python 3.6

You can see two startup programs in Python 3.6.3: IDLE and Python 3.6.

Next, let's verify the two startup programs respectively.

Click IDLE

Enter the Python test code, for example

1 print ("Amy ")
View the screen output string: Amy

Successful!

Click Python 3.6

Enter the Python test code, for example

1 print("ipaomi")

The output string is ipaomi.

Successful!

[Original article] simplified/

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.