Since it is long, Python Tools for Visual Studio will be referred to as ** PTVS ** below.
Introduction With the release of PTVS by Dr. Microsoft, you can now create, code, run, and debug Python projects in VS. (/ ・ Ω ・) / Code completion works normally, so if you are used to developing with VS, you don't need to use the conventional IDE for Python. I don't know about other IDEs. ~~ OS X? What is it? ~~ So I wrote how to install PTVS in Visual Studio.
Note I built the environment with VS2013, so I don't know about other versions. HP seems to have installers for VS2015, VS2013, VS2012, VS2010, so that should be okay ... ~~ 2008 is no longer ~~
Visit Python Tools for Visual Studio HP http://pytools.codeplex.com/. If the link is broken, google.
Download the installer.
Fig:1 PTVS HP
Jump to the downloads page. (Refer to fig: 1) Dev states: Select the version of the installer that is stable. (Refer to fig: 2) Dev states: It may be less likely that trouble will occur if you stop using beta. Select the one that matches the version of VS you are using. (Refer to fig: 2) The rest is executed and left to the flow.
Fig: 2 States, Version confirmation
The tool installed in the previous chapter is a tool for accessing Python from VS, so if you do not have the Python package on your PC, install it.
Access Python HP https://www.python.org/. If the link is broken, google.
Download the installer.
Fig: 3 Python installer location
Jump to the HP downloads page. (Refer to fig: 3) Download the installer. (Refer to fig: 3)
Note As of 06/15/2015, there are two main versions, Python 3.X series and Python 2.X series. Python 3.X series is newer, but it seems that there is a part that does not guarantee compatibility of past versions, so some modules written in Python 2.X series are not supported. There seems to be.
** Here, Python 2.X series is inserted. ** ** ~~ * I use Python 2.X system because I run it in ROS indigo environment. In the first place, I had to get used to Python for this ... * ~~ When the download is complete, run it and let it flow.
Conclusion This completes the installation of the basic package for writing Python on VS. I will write about creating a Python project on VS and installing a Package that I think I will use in my Lab ...