If you are looking for software to use, go to Huajun Software Park! software release AI product list

Hello, if there is a need for software inclusion, please package the software and attach the software name, software introduction, software-related screenshots, software icon, soft copy, business license (if you do not have a business license, please provide the front and back of the corresponding developer ID card and a photo of yourself holding the ID card), and send it to email http://softwaredownload4.com/sbdm/user/login

Close >>

Send to email:news@onlinedown.net

Close >>

Location: Home pagePC softwareProgramming softwareProgramming controls VS Python plug-in (Python Tools for Visual Studio)
VS Python plug-in (Python Tools for Visual Studio)

VS Python plug-in (Python Tools for Visual Studio) 2.2.6 official latest version

QR code
  • Software licensing: free software
  • Software size: 14.2MB
  • Software rating:
  • Software type: Domestic software
  • Update time: 2024-12-30
  • Application platform: Win All
  • Software language: Simplified Chinese
  • Edition: 2.2.6 Official latest version

Download the service agreement at the bottom of the page

Software introduction Related topics FAQ Download address

Recommended for you:- Python software

Basic introduction
VS Python plug-in (Python Tools for Visual Studio) paragraph first LOGO
Microsoft today released a Python tool in the Codeplex community that can run in the Visual Studio environment and is an open source and free VS2010 plug-in. This plug-in allows Python developers to take advantage of a series of Visual Studio advantages, and comprehensively takes care of the habits of CPython and IronPython. In addition, it also introduces new features, such as the deployment of high-performance computing will become more convenient.

PTVS (Python Tools for Visual Studio) is an open source project based on the Apache 2.0 protocol and hosted on CodePlex. Developers can use it to turn Visual Studio into a Python IDE. The main features of PTVS include: CPython, IronPython, Jython and PyPy; advanced editing functions such as IntelliSense, multi-refactoring, built-in REPL (read-eval-print loop) window, debugging and analysis functions, etc.

PTVS is an open source project released under the Apache 2.0 license.

VS Python plug-in (Python Tools for Visual Studio) screenshot

Main features of PTVS:

1. CPython, IronPython, Jython and PyPy;
2. Advanced editing functions such as IntelliSense;
3. Multiple reconstruction;
4. Built-in REPL (read-eval-print loop) window;
5. Debugging and analysis functions, etc.

Update log:

Microsoft officially released PTVS 2.1 Beta version. Among the more important updates are: support for new web frameworks, Bottle and Flash, which can be installed on Visual Studio Express, and improved IntelliSense for Django templates. The latest version also allows developers to add a CoreCompile to the project to build non-Web projects in Visual Studio.

VS Python plug-in (Python Tools for Visual Studio) screenshot

In terms of debugging, the performance and stability of processing large data sets have been improved. PTVS supports hybrid debugging technology, and developers can even interactively debug Visual Studio instances running Python in Linux Azure.

Add support for python-2.7.9

Next, we need to enable PTVS to use the python-2.7.9 we installed, open the parameter configuration of VS2013, and add support for python-2.7.9:

VS Python plug-in (Python Tools for Visual Studio) screenshot

Configure pip

pip is a way for python to manage libraries. It allows us to easily install python extension libraries, so we need to install it first:

VS Python plug-in (Python Tools for Visual Studio) screenshot

When connected to the Internet, you only need to simply click the installation link of pip, and PTVS will automatically download and install pip on the MS website. As shown in the picture above, the currently installed version is pip-6.1.1.

Install numpy

Numpy is a basic library for scientific computing using python. It can be directly searched in the pip library. However, the package obtained in this way cannot be installed successfully because it only supports vs2008 and not vs2013.

So we directly found a numpy package compiled by others online:

numpy-1.9.2+mkl-cp27-none-win32.whl

Unzip it to

C:Python27Libsite-packages

VS Python plug-in (Python Tools for Visual Studio) screenshot

Next, let ptvs update the numpy library to support automatic prompts.

VS Python plug-in (Python Tools for Visual Studio) screenshot

Just select Refresh DB.

Test the numpy library and open a python interactive window:

VS Python plug-in (Python Tools for Visual Studio) screenshot

Done!

FAQ

VS Python plug-in (Python Tools for Visual Studio)

VS Python plug-in (Python Tools for Visual Studio) 2.2.6 official latest version

Close