BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Official Support for Jython in Visual Studio

Official Support for Jython in Visual Studio

This item in japanese

Bookmarks

Python Tools for Visual Studio, which has its first production release today, now supports all four major Python interpreters, CPython, IronPython, Jython, and PyPy. It is available with the free Visual Studio Integrated Shell or as a plugin for Visual Studio Professional. Somasegar writes,

One of the most important aspects of Python development is interactivity, and PTVS integrates a Python REPL directly into Visual Studio. The REPL window will work for all of the aforementioned Python variants and supports auto-completion, syntax highlighting, and visualizations. For users accustomed to the enhanced REPL provided by IPython, PTVS supports IPython 0.11. For developers using IronPython, the REPL supports Sho.

As mentioned in our previous report, Python refactoring is also included. And if you have Visual Studio Premium or higher, you also get access to profilers “similar to that provided for C#, Visual Basic, C++, and JavaScript”.

Python Tools for Visual Studio is released under the Apache 2.0 license.

Rate this Article

Adoption
Style

BT