Earlier quoted context omitted.
JetBrains released a free community version: https://www.jetbrains.com/pycharm/download/
They also provide a free 1 year educational license for all of their products to students.
Why Write Python in Visual Studio?
71–80 of 115 posts
Re: Why Write Python in Visual Studio?
#72Earlier quoted context omitted.
Because it's Windows-only still...
It's actually not: https://www.visualstudio.com/en-us/products/code-vs.aspx
Re: Why Write Python in Visual Studio?
#73Earlier quoted context omitted.
Because it's Windows-only still...
It's actually not: https://www.visualstudio.com/en-us/products/code-vs.aspx
Re: Why Write Python in Visual Studio?
#74Re: Why Write Python in Visual Studio?
#75Earlier quoted context omitted.
I work in Visual Studio exclusively for my day job the last 8 years so my experience is pretty limited. But every time I try out other languages and IDEs on my own time, I'm almost shocked at how hard the tools are to work with compared with Visual Studio. VS has excellent intellisense. Compile and runtime errors are clearly pointed out, usually with helpful error messages. And real-time debugging and being able to s…
Creating a Java console app is not really the same as creating a non-portable, Windows only console app. Of course VS does Windows integration better, that's kind of the point :)
That has emphatically not been my experience with Eclipse at all... I've had to participate on a number of Java solutions over the years, but it always felt like a hair pulling experience. For that matter, I'm often frustrated with VS after spending most of my time the past 4-5 years in node... full text editor, and two console windows open (plus browser(s)). After a while, it feels like the low tech option is easier.
There are things I miss when I play with VS... but when I use VS for JS editing, I find I'm fighting with formatting options that reformat my text, and other developers with the defaults that don't care. That said, I do like VS more than every other IDE I've used... WebStorm is really nice for node, but I haven't tried the latest NTVS seriously.
Re: Why Write Python in Visual Studio?
#76Earlier quoted context omitted.
Of course it does, but that's not exactly the same thing, now is it?
why not? with parallels or a similar transparent solution why would you care? Heck most modern solutions even setup all the environment variables and paths so you barely even notice that you are on a different file system when you using them.
I do a lot of .Net development, and more JS/Node development... I don't miss VS or windows most of the time.
Re: Why Write Python in Visual Studio?
#77I'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?
That said, I'll probably try it out.
Re: Why Write Python in Visual Studio?
#78I write Python professionally, and it will be pretty hard to get me away from PyCharm. I don't see anything in the blog post that indicates a feature PyCharm doesn't already have.
Re: Why Write Python in Visual Studio?
#79Indeed - Why?? IronPython. Might trick me once... won' let u trick me twice.
Re: Why Write Python in Visual Studio?
#80Earlier quoted context omitted.
I just tried this example, since anaconda-mode + company (which uses jedi) has been really good for me, it doesn't show variable1 for me. http://imgur.com/4l6Otvt I used to use the auto-complete package instead, which in some configs (with ac-source-words-in-buffer or ac-source-words-in-same-mode-buffers in the source list) basically tokenize the buffer and provide autocomplete on all words.
Thank you, I gonna check my settings. This bad autocomplete thing has been a mild annoyance for a while.
I can probably try and dig up the relevant part of my config, but since I'm using prelude as a base now it mostly just works with only a few lines of tweaking in my personal.el -- mostly just virtualenv locations and enabling virtualenv mode with a hook.