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

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube