Python Learning (1)-Build a development environment on VS, pythonvs

Source: Internet
Author: User

Python Learning (1)-Build a development environment on VS, pythonvs

1. download the latest Python from the official website.

Note: although most applications are currently written in Python2, Python3 will certainly become the mainstream in the future.

No matter which one you choose to learn, it is necessary to know the differences between pyhton2 and pyhton3.

2. Install Python. Select the default settings for all the installation items. The installation is successful after one click.

3. Set up the VS development environment and download Python Tools for Visual Studio [Tools-extensions and updates-Online-search for Python]

:Http://pytools.codeplex.com/

4. Create the first Python Project

5. Press F5 to run the Python Project

6. Project Analysis

It is found that the newly created Python is actually a file ending with a py, and a project file pyproj is added (Note: The project name created in C # Is csproj)

The py file is the Python script we wrote.

Pyproj file, an xml document for compilation instructions

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.