[PYTHON] Collaboration between PTVS and Anaconda

I was a little addicted to using Anaconda with Visual Studio + PTVS, so a memorandum

Visual Studio 2015 settings

  1. Overcome the Proxy environment
  1. Introduction of PTVS

Download from PTVS GitHub

Download Contents
Python Tools for VS 201 Body of PTVS
Sample Pack Templates for project creation are added
Machine Learning Pack Azure Machine Learning connectivity kit

Introduction of Anaconda

  1. Download from Anaconda Anaconda_download.PNG

Anaconda includes Python 3.5.1, so if you only use Anaconda, you don't need to install it separately. Anaconda Package List

  1. Installation Set both environment variables インストール.PNG

Cooperation with Visual Studio

  1. Open "Tools-> Options-> Python Tools" in Visual Studio ptvs連携.PNG

  2. Create a new environment from "Add Environment" Preferences.PNG

Specify the one in Anaconda for Path, Windows Path, Library Path

  1. Right-click on "Python Environments" and click "Add / Remove ~" Specify the "Anaconda" created earlier 環境設定.PNG

that's all

Recommended Posts

Collaboration between PTVS and Anaconda
Between parametric and nonparametric
Difference between process and job
Correspondence between pandas and SQL
Python 2 series and 3 series (Anaconda edition)
Conversion between unixtime and datetime
Difference between "categorical_crossentropy" and "sparse_categorical_crossentropy"
Difference between regression and classification
Connection between flask and sqlite3
Difference between np.array and np.arange
Difference between MicroPython and CPython
Cooperation between py2exe and setuptools
Boundary between C and Golang
Difference between ps a and ps -a
Difference between return and print-Python
Difference between Ruby and Python split
Differences between Windows and Linux directories
Django's MVT-Relationship between Models and Modules-
Difference between java and python (memo)
Difference between list () and [] in Python
Differences between yum commands and APT commands
Difference between SQLAlchemy filter () and filter_by ()
[Note] Conflict between matplotlib and zstd
Differences between symbolic links and hard links
Memorandum (difference between csv.reader and csv.dictreader)
Correspondence between RecyclerView and Marker (Kotlin)
(Note) Difference between gateway and default gateway
Cooperation between python module and API
Difference between Numpy randint and Random randint
Differences between Python, stftime and strptime
Difference between sort and sorted (memorial)
Difference between python2 series and python3 series dict.keys ()
Speed comparison between CPython and PyPy
[Python] Difference between function and method
Difference between SQLAlchemy flush () and commit ()
Python --Difference between exec and eval
[Python] Difference between randrange () and randint ()
[Python] Difference between sorted and sorted (Colaboratory)