Why Write Python in Visual Studio?
blogs.msdn.com
Why Write Python in Visual Studio?
1–10 of 115 posts
Re: Why Write Python in Visual Studio?
#2Re: Why Write Python in Visual Studio?
#3Re: Why Write Python in Visual Studio?
#4- Does it perform better than PyCharm?
- How is Windows working for you as an OS (to develop Python on)?
Re: Why Write Python in Visual Studio?
#5Re: Why Write Python in Visual Studio?
#6Re: Why Write Python in Visual Studio?
#7I'm a .NET developer so to me this is a slam dunk. How does the Python crowd feel though? I'd guess the majority tend to be Microsoft-adverse. Why wouldn't you use VS when it seems to be so ahead of the competition?
Ive used it before (2005, 2008, 2010), but it was just another IDE. How have things improved?
Re: Why Write Python in Visual Studio?
#8I'm a .NET developer so to me this is a slam dunk. How does the Python crowd feel though? I'd guess the majority tend to be Microsoft-adverse. Why wouldn't you use VS when it seems to be so ahead of the competition?
Re: Why Write Python in Visual Studio?
#9I'm a .NET developer so to me this is a slam dunk. How does the Python crowd feel though? I'd guess the majority tend to be Microsoft-adverse. Why wouldn't you use VS when it seems to be so ahead of the competition?
When you say ahead of the competition, what do you mean? Ive used it before (2005, 2008, 2010), but it was just another IDE. How have things improved?
Filtering in the solution explorer. Peeking definition. Code Lens Parallel watch. (Ultimate Only) Number of references listed above the function and tests associate with it.
2015 has some even cooler stuff. It shows memory and cpu usage as you debug any program (tests/console/etc). You can call linq from the watch window (not sure where I saw this buy a key feature that was missing). The built in diagnostics tools are better (I use resharper so I don't really need that).
I also really like some of the built in Code Review tools they have, which you don't need if you do pull requests in git.
Re: Why Write Python in Visual Studio?
#10I'm a .NET developer so to me this is a slam dunk. How does the Python crowd feel though? I'd guess the majority tend to be Microsoft-adverse. Why wouldn't you use VS when it seems to be so ahead of the competition?
IntelliSense is pretty good, sure, but emacs is a superior development environment in nearly every other aspect.