Python Tools for Visual Studio 2.0 Alpha
Written by Alex Armstrong   
Tuesday, 02 April 2013

The new version of the free open source plug-in that turns Visual Studio into a Python IDE has support for virtual environments and debugging improvements.

ptvsbanner400

 

Python Tools for Visual Studio (PTVS) was first made available as a free plug-in two years ago. Since then it has added support for Windows Azure web sites. 

It is a free open source plugin for Visual Studio. It is an officially supported Microsoft product and it works with CPython and IronPython as well as Python 2 and 3. What is more you don't even need to buy a full version of Visual Studio. If you down load the free Integrated Visual Studio Shell and install PTVS then effectively you have a Python Express Edition of Visual Studio.

 

Now the alpha of Version 2.0, has been released with improved Intellisense.  This video demos the enhanced filtering and analysis capabilities and the new Navigate To facility:

 

 

PTVS 2.0 adds a Debug as Script feature which allows you to debug any Python script file, without a project, using Visual Studio and provides the ability to set breakpoints, break all, inspect state with the call stack, locals and watch windows.

 

(Click on screenshot to enlarge)

 

An overview of Debug as script is provided in this video

 

 

and this one covers the new facilities for remote debugging on Linux and OS X that don't require extra processes:

 

 

There is also support for Virtual Env in PTVS 2.0. At the moment this is at an early stage and the Python tools team at Microsoft is looking for feedback from devs who want to use it.

 

 

If you have a copy of Visual Studio then PTVS gives you access to arguably the best IDE available for Python development. Comparing IDLE say to VS with PTVS makes IDLE look like a joke. 

ptvslogo

More Information

Python Tools for Visual Studio

Related Articles

More Python Tools for Visual Studio

Python Tools for Visual Studio - Free Plug-In 


To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Bill Gates Shares The Code That Launched Microsoft
06/04/2025

To celebrate Microsoft's 50th Anniversary, Bill Gates has shared the original Altair BASIC Source Code. However it's not been open-sourced in a GitHub repo - instead it's available as a 157-page  [ ... ]



Pi Day 2025 - The Mystery Of Infinity
14/03/2025

Pi isn't infinite but it exemplifies the problem with allowing infinity into your life. Every year March 14 (3.14) is celebrated as Pi Day by π aficionados across the globe who can use it as a e [ ... ]


More News

 

Last Updated ( Saturday, 06 April 2013 )