Mac Os Best Editor For Python Eclipse

EditRocket, a Text and Source Code Editor with support for over 20 programming languages, includes a powerful Python editor and IDE that strives to make Python development quick, easy, and enjoyable.

You might want to look into Eclim, an Eclipse server that allows you to use Eclipse functionality from within your favorite text editor. For python-related functionality, it uses Rope, PyFlakes, and PyLint under the hood.

The Python editor included in EditRocket includes many tools and features to aid in Python development. See below for information on the Python specific tools offered by EditRocket.

See the General Highlights section at the bottom of the page for more of what EditRocket has to offer.

Python Source Code Builder

With EditRocket, there is no need to memorize the Python library. All of this information is contained in the Python Code Builder. The code builder includes information on the methods contained in the Python library, for example, Built-in Functions, File methods, String methods, etc.

The Code Builder works by allowing users to select a method category, such as String, and then it displays method signature and method description information for all methods in the selected category. The user can copy the method name to the editor, and the signature will display as a tooltip. For more information, see the following: Python Code Builder

Python Auto Completion

Code Python more quickly with Python Auto Completion. EditRocket supports auto completion in Python when typing module_name., assuming the module was imported using an import statement, such as import sys. EditRocket also can do variable matching for any standard library module so that typing variable name followed by a dot will do auto-completion for the appropriate methods of the parent of the variable. It will also display all methods, functions, and members for a module when typing module followed by a (.). The list displayed after typing a module. shows whether the displayed values are functions, methods, or members. Selecting an item from the list inserts the item into the editor and displays the signature of the item as a tooltip. For more information, see the following: Python Auto Completion

Python Sidekick

Code Python more efficiently with the Python Sidekick. The sidekick has tabs for Python coding inserts, tools, and the Python Method Navigator. The coding inserts tabs gives users the ability to quickly enter many common Python constructs into the text editor with the click of a button, or via customizable keyboard shortcuts. Some examples of coding insert options are control statements such as for, while, if, etc., and method syntax. For more information, see the following: Python Sidekick

Python Method Navigator

Jump from method to method easily with the Python Method Navigator. The navigator parses the editor contents for Python methods and displays them in a clickable list. Clicking an option from the list takes the user directly to the point in the editor where the method is defined.

Execute Python Programs

Users can execute Python programs and view the standard and error output using the Tools -> Execute Program -> Execute Python Program menu option.

Show in Web Browser / Web Server Integration

Users can view Python scripts in the web browser by selecting the File -> Show in Web Browser option. The first time launch of this tool will prompt users to enter the local web server information. EditRocket will then build the appropriate URL, and create temporary files if necessary to diplay the Python script in the web browser.

General Highlights

Text EditorCoding Tools
Macros, coding inserts, plugins, syntax highlighting, and more. Sidekicks, code builders, function navigators, program execution, and more.
Web Development ToolsValidators
CSS style builder, HTML tag builder, tag navigators, and much more. XML, HTML, and CSS validators
Search ToolsAuto Completion and Lookup
Regular expression capable find and replace, find / replace in files across the entire file system and more.Auto code completion, tag completion, and lookup for many programming languages.
File System BrowserFile Compare
Browse files and directories, perform file operations, and more.Compares files similar to the Unix diff command.
FTP and SFTP Client
Connect to SFTP and FTP servers. Browse, upload, download, rename, and delete files and directories and much more.

Additional Features

  • Syntax highlighting for over 20 programming languages
  • The programming editor behind RazorSQL, a popular database query tool, since 2004
  • File tools such as head, tail, regular expression search, move, copy, and delete
  • Customizable and pre-defined code templates
  • Works with all major operating systems including Windows, Mac OS X, macOS, Linux, and Solaris.
Active2 years, 1 month ago

I'm currently using IDLE, its decent, but I'd like to know if there're better lightweight IDEs built especially for Mac — free or commercial.

HostileFork
26k7 gold badges81 silver badges137 bronze badges
3zzy3zzyMac os best editor for python eclipse tutorial
28.1k85 gold badges232 silver badges372 bronze badges

closed as off-topic by Baum mit Augen, Yvette Colomb, Makyen, Rob, MachavityJul 31 '17 at 23:44

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • 'Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.' – Baum mit Augen, Yvette Colomb, Makyen, Rob, Machavity
If this question can be reworded to fit the rules in the help center, please edit the question.

12 Answers

TextMate is a great general-purpose editor for mac. Used by the Rails community a lot, but it's great with python too.

zenaznzenazn
13.4k2 gold badges31 silver badges26 bronze badges

Allow me to suggest the GUI version of Vim for Mac OS X, aptly named MacVim. It is superb.

Best Editor For Python Programming

Mac os best editor for python eclipse pluginjathanismjathanism
26.5k7 gold badges61 silver badges84 bronze badges

Purpose built for Mac? Xcode supports python. Textmate and BBEdit are also great editors.

If you're fine with generic multiplatform IDE's, Komodo Edit is great.

Dominic Bou-SamraDominic Bou-Samra

Using Python On Mac

6,62523 gold badges80 silver badges133 bronze badges

So, I was using TextMate for a while for python. It is good for writing small programs but not for managing big projects. I ran into problems, especially sometimes it caused mismatched indentations. For the life of me, I was not able to figure out what was going on. Then I switched to BBEdit, and it helped me a lot. It figures out indentation by itself, gives code completion like xcode, is fairly fast. Unfortunately, it is not a free download. The free version textwrangler should have similar features, however, I have not used it.

Another good option is Spyder. It is made for scientific computing. It basically gives you a MATLAB like IDE for python. And it is free and open source. Install through MacPorts.

By the way, TextMate is now a free download. https://github.com/textmate/textmate

vikranttvikrantt
1,5771 gold badge8 silver badges5 bronze badges

There is a commercial one - Textmate.Most of the good free editors are cross-platform (if you are ok with it, I'd recommend EditRa - but it doesn't work properly under 10.6 yet, because of some bugs in wxPython).

fjarrifjarri

There're aren't any Mac-specific Python IDEs, though Komodo's IDE, NetBeans and Eclipse (with the excellent PyDev extensions) all have very good Python IDE functionality and run fine on OS X. I've never used Wing IDE on OS X, but it has a pretty loyal following as well. If you just need an editor (I find that a good editor and a command line are often sufficient for Python), TextMate along with IPython in a terminal is the way to go. When I really do need a full IDE, I've been very happy with Eclipse/PyDev.

Barry WarkBarry Wark
102k24 gold badges175 silver badges202 bronze badges

vim, emacs, BBEdit, WingIDE, or my favorite - eclipse (although, I don't think this is very lightweight)

inspectorG4dgetinspectorG4dget
66.4k18 gold badges102 silver badges199 bronze badges

Python Editor For Windows 10

I would recommend you to look at Aptana(it's more attractive then Eclipse for me)+PyDev or PyCarm. I use TextMate too, but those are easy for debug.

MaxjaMaxja

Download Python Editor

1651 gold badge2 silver badges13 bronze badges

Mac Os Best Editor For Python Eclipse Pydev

I use FRAISE (free) it is simple and useful, auto indentation, colorize, auto completion, shell.

BrunoBruno

going to vote for Fraise. handles almost anything, has indentations, and uses color! its free too.

Pythontekknolagitekknolagi
4,76218 gold badges60 silver badges100 bronze badges

check out Sublime Text 2 Alpha. seriously awesome.

tekknolagitekknolagi
4,76218 gold badges60 silver badges100 bronze badges

I really like Coderunner for casual programming. It's beautiful!

Michael AndersenMichael Andersen

Not the answer you're looking for? Browse other questions tagged pythonmacosideeditorpython-idle or ask your own question.