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

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

  • Microsoft Ships First .NET 10 Preview

    Microsoft shipped .NET 10 Preview 1, introducing a raft of improvements and fixes across performance, libraries, and the developer experience.

  • C# Dev Kit Previews .NET Aspire Orchestration

    Microsoft's dev team has been busy updating the C# Dev Kit, a Visual Studio Code extension that enhances the C# development experience by providing tools for managing, debugging, and editing C# projects.

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

Subscribe on YouTube

Upcoming Training Events