Questions tagged [pvts]

Python Tools for Visual Studio

Python Tools for Visual Studio is a free, open source plugin that turns Visual Studio into a Python IDE.

5 questions
6
votes
1 answer

How should I document Python method parameters so they appear in intellisense and DOxygen?

I've been using PyTools for Visual Studio 2013 and am wondering if it's possible to document paramaters in such a way that both intellisense and DOxygen understand them. For example I've been trying like this (snippet taken from PEP257): def…
Jon Cage
  • 36,366
  • 38
  • 137
  • 215
1
vote
2 answers

two counts in the same row

is't possible to set 2 counts in the same row. my result from query is like this: enter image description here and i will that the end result seem like this : enter image description here and at the end build the precent count1 to count2 my attempt…
Qsec
  • 11
  • 4
1
vote
1 answer

Use conda environment in VS2017

I want to use a conda virtual environment with VS2017, but I get the error that it could not identify a virtual environment in the selected path. The screenshot below is not mine, but it's from this SO question, which is similar but does not solve…
Herman
  • 2,738
  • 19
  • 32
0
votes
1 answer

Can you reference/call Python Tools from a vb.net project?

I've installed Python Tools for Visual Studio in the hope that I can use Numpy functions in a vb.net project. I'm on vs2010, and this is not supported by the latest release of PTVS, on top of that the PTVS project is no longer support at all! To…
FraserOfSmeg
  • 1,128
  • 2
  • 23
  • 41
0
votes
0 answers

How to make Visual Studio 2017 (PVTS) see my existing virtual envs created with conda?

I installed Anaconda 4.3.1 along with Visual Studio 2017 preview. Since I need Python 3.5 for Tensorflow I created a separate virtual environment using conda, targeting this version of Python. The problem I have is I cannot make Visual Studio see…
Andy
  • 2,670
  • 3
  • 30
  • 49