📜 ⬆️ ⬇️

New version of Python Tools for Visual Studio 2.0 released

A new version of Python development tools is available for download in the Visual Studio environment . The Python Tools for Visual Studio tools are open source and offer the following features: support for CPython, IronPython, functional code editor, Intellisense, debugging, profiling, HPC clusters, IPython, Django, and cloud solutions with client libraries for Windows, Linux and MacOS.



Python Tools for Visual Studio 2.0 Alpha contains important innovations, such as: improved code analysis and intellisense for Python, virtualEnviroment for Python, remote debugging from Linux / OSX, Debug as a Script function (for quick debugging).

Analysis and Intellisense

')
Virtual env


Remote Linux / OSX debugging


Debug as a script


Download tools and get more information about the possibilities on the official project page http://pytools.codeplex.com/ .

Source: https://habr.com/ru/post/173973/


All Articles