Live data from Hacker News

Why Write Python in Visual Studio?

blogs.msdn.com

1–10 of 115 posts

Re: Why Write Python in Visual Studio?

#7
post #3

I'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?

Re: Why Write Python in Visual Studio?

#8
post #3

I'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.

Re: Why Write Python in Visual Studio?

#9
post #7
post #3

I'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?

2013 was a pretty big jump (IMO) for Visual studio. It added some cool features that I use all the time.

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?

#10
post #8
post #3

I'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.

...And you get can get autocompletion in Emacs as well, so there's that. Before you ask, I use jedi.
Post reply on HN