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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube