Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a good IDE for Python on Mac OS X? [closed]

Tags:

python

macos

ide

I'm about to start a new job where the coding practices are heavily centered around TDD and refactoring, and whose primary development language is Python. I come from the Java world, and have been a confident user of Eclipse for a good, long time. When not working in Java, I use emacs.

I'm looking for an IDE for Python that will give me a lot of the capabilities I've grown used to with Eclipse, not only for refactoring but in terms of code completion, project management, SCM integration (currently CVS, but likely to switch to git one of these days) et al.

What IDE should I use?

like image 223
Chris R Avatar asked May 21 '09 14:05

Chris R


People also ask

Which IDE should I use for Python on Mac?

PyCharm. One of the best (and only) full-featured, dedicated IDEs for Python is PyCharm. Available in both paid (Professional) and free open-source (Community) editions, PyCharm installs quickly and easily on Windows, Mac OS X, and Linux platforms. Out of the box, PyCharm supports Python development directly.

Which IDE is best for Python beginners?

Beginner - IDLE, Thonny would be the perfect choice for first-time programmers who are just getting into Python. Intermediate - For intermediate level users PyCharm, VS Code, Atom, Sublime Text 3 are good options.

Which IDE should I use for Python?

In industries most professional developers use PyCharm and it has been considered the best IDE for python developers. It was developed by the Czech company JetBrains and it's a cross-platform IDE.


1 Answers

My 2 pennies, check out PyCharm http://www.jetbrains.com/pycharm/

(also multi-platform)

like image 153
Tim Avatar answered Sep 23 '22 09:09

Tim