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

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Jython support?

    by Kirill Lutarevich,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Where does it say about support for Jython? The main page on CodePlex says it supports CPython and IronPython.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT