The debugger is good too. I don't know of any other tool that lets you
seamlessly step between Python and native code when debugging a program
which embeds Python
On Sat, Apr 16, 2016 at 5:23 PM Alexander Walters
wrote:
> As a total aside, PTVS (part of the base VS 2015 install, IIRC) is now
> my
As a total aside, PTVS (part of the base VS 2015 install, IIRC) is now
my editor of choice when editing python on windows, edging out gvim
(...primarily because you can make vim bindings work in VS). It is a
really good editor, with really good code completion features... which
makes sense, con
For anybody who might be interested this is a podcast featuring Steve
Dower from Microsoft
https://talkpython.fm/episodes/show/53/python-in-visual-studio
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___