Python Tools for Visual Studio: Difference between revisions

Content deleted Content added
m cite parameter clean up using AWB (7903)
Fixed Broken Link https://visualstudio.microsoft.com/vs/features/python/
Tags: Mobile edit Mobile web edit
 
(29 intermediate revisions by 23 users not shown)
Line 1:
{{Short description|Open source software plug-in}}
{{Infobox software
| name = Python Tools for Visual Studio (PTVS)
| caption =
| developer = [[Microsoft]]
| released = {{Start date and age|2011|03|08}}
| latest release version = 12.02.6
| latest release date = {{release date|2011|08|29}}<ref>{{cite web|last=Somasegar|first=S|title=Python Tools for Visual Studio|url=http://blogs.msdn.com/b/somasegar/archive/2011/08/29/python-tools-for-visual-studio.aspx|work=Microsoft|publisher=Microsoft|accessdate=2011-08-29}}</ref>
| latest release date = {{Start date and age|2017|01|13}}<ref>{{cite web|url=https://github.com/Microsoft/PTVS/releases/tag/v2.2.6 |title=Python Tools for Visual Studio 2.2.6 release page |publisher=Microsoft}}</ref>
| operating system = [[Windows]]
| repo = {{URL|https://github.com/microsoft/PTVS}}
| programming language = [[C Sharp (programming language)|C#]], [[Python (programming language)|Python]]
| operating system = [[Microsoft Windows]]
| genre = [[Integrated development environment]]
| license = [[Apache License 2.0]]
| website = http{{URL|https://pytoolsvisualstudio.codeplexmicrosoft.com/vs/features/python/}}
}}
'''Python Tools for Visual Studio''' (PTVS) is ana [[Integratedfree Developmentand Environmentopen-source]] [[plug-in (IDEcomputing)|plug-in]] usedfor versions of [[Microsoft Visual Studio|Visual Studio]] up to VS 2015 providing support for programming in [[Python (programming language)|Python]]. Since supportingVS intellisense2017, it is integrated in VS and called '''Python Support in Visual Studio'''. It supports [[IntelliSense]], debugging, profiling, MPI cluster debugging, mixed C++/Python debugging, and more. '''PTVS'''It is an open source project released under the [[Apache License, 2.0]], and is developed primarily by [[Microsoft]].
 
The first version was on March 8, 2011. The latest version for VS 2015 is 2.2.6.
 
==See also==
{{Portal|Free and open-source software}}
* [[{{section link|Comparison of integrated development environments#Python|Comparison of Python integrated development environments]]}}
* [[List of Python software]]
* [[R Tools for Visual Studio]]
 
==References==
{{Reflist}}
 
==External links==
*{{Official website|https://github.com/Microsoft/PTVS/}}
 
{{Integrated development environments}}
{{Microsoft FOSS}}
 
[[Category:Integrated development environments]]
[[Category:PythonMicrosoft free software]]
[[Category:Python (programming language) software]]
[[Category:Software using the Apache license]]
[[Category:2011 software]]
[[Category:Windows-only free software]]