-->
Note
Python support is presently available only on Visual Studio for Windows; on Mac and Linux, Python support is available through Visual Studio Code.
Visual Studio For Mac Download
Dec 27, 2019 How do I install Visual Studio for Mac offline. Currently, offline installation isn’t available for Visual Studio for Mac. If this is a feature you would like to use, please let us know on Developer Community. Python Tools for Visual Studio is a completely free extension, developed and supported by Microsoft with contributions from the community. Visit our Github page to see or participate in PTVS development.
Visual Studio Python Examples
Download and run the latest Visual Studio installer for Windows (Python support is present in release 15.2 and later). If you have Visual Studio installed already, run the Visual Studio installer and go to step 2.
Tip
The Community edition is for individual developers, classroom learning, academic research, and open source development. For other uses, install Visual Studio Professional or Visual Studio Enterprise.
The installer presents you with a list of workloads, which are groups of related options for specific development areas. For Python, select the Python development workload and select Install:
To quickly test Python support, launch Visual Studio, press Alt+I to open the Python Interactive window, and enter
2+2
. If you don't see the output of 4, recheck your steps.