News

Update for Python Tools for Visual Studio Released

Microsoft recently announced an update to the Python Tools for Visual Studio (PTVS) -- PTVS 2.0 alpha. This update to the tools provides new IntelliSense and debugging features, and adds improved support for Windows Azure. The PTVS 2.0 alpha is now live and available for installation.

PTVS is an open source, free plug-in that allows for Python developing inside Visual Studio. It supports a variety of Python implementations and frameworks, including IronPython, CPython and Django.

One of the new features in the PTVS 2.0 alpha release is Debug as Script. According to the PTVS CodePlex notes, Debug as Script allows for debugging Python scripts in Visual Studio with the same full debugging experience as provided when "debugging a Python project's startup file using F5." Additionally, remote debugging -- with all of the native debugging features of Visual Studio -- is available for Windows, Linux and Mac OS X.

PTVS 2.0 alpha includes improved IntelliSense and preliminary support for virtualenv, a Python tool for creating virtual environments. A PTVS team video explained that the PTVS 2.0 alpha virtualenv feature allows for "creating and using virtual environments through the Visual Studio interface." The PTVS team noted that virtualenv support is currently very basic, and feedback from developers on the feature is encouraged.

The 2.0 alpha release also provides stronger ties to Windows Azure, with support for Windows Azure VMs, Web sites, client libraries and more. Using the PTVS Windows Azure features allows developers the flexibility to, for instance, develop a Django application in Visual Studio, and then deploy that application to Windows Azure.

The PTVS 2.0 alpha CodePlex page features a Quick Start Guide, as well as resources for contributing to PTVS and giving feedback.

About the Author

Katrina Carrasco is the associate group managing editor for the 1105 Enterprise Computing Group. She can be reached at [email protected].

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube