Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PTVS or something similar in visual studio 2012 express -desktop

Hey I have visual studio 2012 express for desktop and I tried installing PTVS 2.0 and it just said it couldn't find visual studio 11, My needs arent that high but I just wanna use Vs as an IDE for Python, how do you install it?

like image 225
Foo Smith Avatar asked May 04 '13 22:05

Foo Smith


People also ask

Which version of Visual Studio is best?

Visual Studio 2022 is the best Visual Studio ever. Our first 64-bit IDE makes it easier to work with even bigger projects and more complex workloads.

What are the available Microsoft platforms in Visual Studio?

Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight.

Is Visual Studio Code like Python?

Visual Studio Code is a free source code editor that fully supports Python and useful features such as real-time collaboration. It's highly customizable to support your classroom the way you like to teach.

What is the extension for Python Visual Studio Code?

Working with Python in Visual Studio Code, using the Microsoft Python extension, is simple, fun, and productive. The extension makes VS Code an excellent Python editor, and works on any operating system with a variety of Python interpreters.


1 Answers

VS Express editions don't allow plug-ins to be installed (such as PTVS). However, you can create your own Python Express by:

  • Install the integrated Shell + Isolated Shell
  • Install PTVS

Details: https://pytools.codeplex.com/wikipage?title=PTVS%20Installation

like image 97
smortaz Avatar answered Oct 07 '22 04:10

smortaz