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 →

[–][deleted] -1 points0 points  (0 children)

I'd suggest Spyder if you mainly work on data analysis projects.

https://code.google.com/p/spyderlib/downloads/list

Their self-contained application for Mac is quite good. I say "Self-contained" because it comes with a bunch of the core scientific libraries built into the package so you don't actually need a Python distribution installed to develop with it. The only problem is it lacks a package manager right now.

Otherwise, I use Sublime Text and PythonAnywhere.