Using Anaconda and PTVS

To work with Python and Visual Studio, you can install Python tool for Visual Studio. PTVS is a free, open source plugin that turns VS into Python IDE. The procedure is easy to install. If you are using Anaconda, you need to setup the Anaconda environment with VS. I am working with VS 2013. From Visual Studio 2013 -> Options -> Python Tools -> Environment Options as in the pic below:

ScreenHunter_34 Jan. 04 08.59

To setup Anaconda setup a new environment

ScreenHunter_34 Jan. 04 09.05

Now in Python Environment you can check if VS is Refreshing DB:

ScreenHunter_34 Jan. 04 09.06

The operation will take time and I advice you to drink a coffee waiting the installation to finish up.

You should have full access to your new Anaconda Environment!

LT

Create a free website or blog at WordPress.com.

Up ↑