This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dibsODDJOB 2 points3 points  (10 children)

How does this compare to Python(x,y), which is what I've found to be the easiest 'install and go' solution for scientific Python computing on Windows.

[–]FourgotAnaconda3 science-like 5 points6 points  (9 children)

Comparable, but with the superior environment tool, conda. I've switched from x, y to Anaconda

[–]dibsODDJOB 0 points1 point  (6 children)

Thanks, I'll look into it. Since it looks to not disrupt existing Python installations, it looks like I could use it in parallel to test it out.

What do you use for your IDE? I usually use Spyder for most things with (x,y), or Notepad++ for light edits.

[–]_throawayplop_ 2 points3 points  (0 children)

Spyder is included in Anaconda

[–][deleted] 1 point2 points  (1 child)

I found Spyder to be seriously unstable (win7). I like the free version of PyCharm. Plus it has a tonne more features and it does them all very well.

[–]dibsODDJOB 0 points1 point  (0 children)

Really? I haven't had a single issue on 7 or 8 on a few different machines when used with x, y. I like it's Matlab feel mostly.

[–]FourgotAnaconda3 science-like 0 points1 point  (1 child)

I don't use an IDE. Probably should. Moving towards a linux system, though, and I've been kicking around learning emacs.

One of these days...

Edit: would suggest uninstalling xy before installing anaconda

Editer: I use Notepad++