Python Tools for Visual Studio: Difference between revisions

Content deleted Content added
format cites as cite web
Fixed Broken Link https://visualstudio.microsoft.com/vs/features/python/
Tags: Mobile edit Mobile web edit
 
(15 intermediate revisions by 11 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 = 2.02.6
| latest release date = {{release date|2013|10|16}}<ref>{{cite web|url=https://pytools.codeplex.com/releases/view/103102 |title=Python Tools for Visual Studio 2.0 release page |publisher=Microsoft}}</ref><ref>{{cite web |url=http://www.hanselman.com/blog/OneOfMicrosoftsBestKeptSecretsPythonToolsForVisualStudioPTVS.aspx |title=One of Microsoft's Best Kept Secrets – Python Tools for Visual Studio (PTVS) |first=Scott |last=Hanselman}}</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>
| 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 = {{URL|httphttps://pytoolsvisualstudio.codeplexmicrosoft.com/vs/features/python/}}
}}
'''Python Tools for Visual Studio''' (PTVS) is a [[free and open-source]] [[plug-in (computing)|plug-in]] for versions of [[Microsoft Visual Studio|Visual Studio]] usedup to provideVS 2015 providing support for programming in [[Python (programming language)|Python]]. Since VS 2017, 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. It is an open source project released under the [[Apache License]], 2.0]], and is developed primarily by [[Microsoft]].
 
The first version was on MarMarch 8, 2011. The current betalatest version for VS 2015 is 2.12.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==
Line 23 ⟶ 28:
 
==External links==
*{{Official website|httphttps://pytools.codeplexgithub.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]]