使用PTVS可以在Vs中使用Python,可以作为一个小TIps,总体来说还是不太合算,有多少价值呢!?
可以使用Python,可以直接构建Python工程....
我下载的是 2.0beta版本:
http://pytools.codeplex.com/releases
关于官方的安装介绍:
https://pytools.codeplex.com/wikipage?title=PTVS%20Installation
Python Tools for Visual Studio Installation
Installing PTVS is relatively easy. For a fully functional Python IDE you need three things:
Installing the Free “VS Shell” + PTVS give you a complete and perpetually free Python IDE.
Note: starting in VS2013, you can install PTVS and Python interpreters directly from inside Visual Studio.
然后关闭VS2012,点击PTVS exe文件直接安装,即可(前提:安装VS2012)
然后:打开VS,新建工程->其他语言->python->python应用程序。
开始使用python语法编程。。。。